Skip to content

Commit

Permalink
address pr comment
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Atanasov <[email protected]>
  • Loading branch information
ata-nas committed Dec 16, 2024
1 parent fb6e7c5 commit b8709c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public record PersistenceStorageConfig(
*/
public PersistenceStorageConfig {
Objects.requireNonNull(type);
Objects.requireNonNull(compression).verifyCompressionLevel(compressionLevel);
compression.verifyCompressionLevel(compressionLevel);
liveRootPath = resolvePath(liveRootPath, LIVE_ROOT_PATH, BLOCK_NODE_LIVE_ROOT_DIRECTORY_SEMANTIC_NAME);
archiveRootPath =
resolvePath(archiveRootPath, ARCHIVE_ROOT_PATH, BLOCK_NODE_ARCHIVE_ROOT_DIRECTORY_SEMANTIC_NAME);
Expand Down

0 comments on commit b8709c8

Please sign in to comment.