mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-30 13:41:46 +00:00
Fix PMD violations
This commit is contained in:
parent
c5c66a1530
commit
49f36bde02
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue