Fix PMD violations

This commit is contained in:
Alan Paxton 2024-11-19 17:43:25 +00:00
parent c5c66a1530
commit 49f36bde02
2 changed files with 1 additions and 3 deletions

View file

@ -1786,5 +1786,5 @@ public interface DBOptionsInterface<T extends DBOptionsInterface<T>> {
*
* @return String value of current offpeak time range, "" if none is set.
*/
public String dailyOffpeakTimeUTC();
String dailyOffpeakTimeUTC();
}

View file

@ -1,8 +1,6 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;
import java.time.LocalTime;
public interface MutableDBOptionsInterface<T extends MutableDBOptionsInterface<T>> {
/**
* Specifies the maximum number of concurrent background jobs (both flushes