Remove warning
This commit is contained in:
parent
c46320cdf7
commit
eba6f92d7f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user