Remove warning

This commit is contained in:
Andrea Cavalli 2021-11-05 16:54:58 +01:00
parent c46320cdf7
commit eba6f92d7f

View File

@ -279,7 +279,7 @@ public class LLLocalKeyValueDatabase implements LLKeyValueDatabase {
// end force compact // end force compact
} }
@SuppressWarnings({"CommentedOutCode", "PointlessArithmeticExpression"}) @SuppressWarnings({"CommentedOutCode"})
private static Options openRocksDb(@Nullable Path path, DatabaseOptions databaseOptions) throws IOException { private static Options openRocksDb(@Nullable Path path, DatabaseOptions databaseOptions) throws IOException {
// Get databases directory path // Get databases directory path
Path databasesDirPath; Path databasesDirPath;