Skip to content

Commit

Permalink
Fixed spotless warning
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Kuzmin <[email protected]>
  • Loading branch information
alex-kuzmin-hg committed Nov 27, 2024
1 parent bca26e9 commit ff959d3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@ public List<SavedStateInfo> getSavedStateFiles(
metadata = SavedStateMetadata.parse(metdataPath);
} catch (final IOException e) {
logger.error(
EXCEPTION.getMarker(), "Unable to read saved state metadata file '{}'", metdataPath);
EXCEPTION.getMarker(),

Check warning on line 222 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/snapshot/SignedStateFilePath.java

View check run for this annotation

Codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/snapshot/SignedStateFilePath.java#L220-L222

Added lines #L220 - L222 were not covered by tests
"Unable to read saved state metadata file '{}'",
metdataPath);
continue;

Check warning on line 225 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/snapshot/SignedStateFilePath.java

View check run for this annotation

Codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/snapshot/SignedStateFilePath.java#L225

Added line #L225 was not covered by tests
}

Expand Down

0 comments on commit ff959d3

Please sign in to comment.