cleanup
This commit is contained in:
@@ -3,7 +3,6 @@ package org.lucares.pdb.map;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.Comparator;
|
||||
import java.util.function.Function;
|
||||
import java.util.function.Predicate;
|
||||
|
||||
@@ -47,10 +46,6 @@ class NodeEntry {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO remove?
|
||||
@Deprecated
|
||||
public static final Comparator<NodeEntry> SORT_BY_KEY = (a, b) -> a.compare(b.getKey());
|
||||
|
||||
private final ValueType type;
|
||||
private final byte[] key;
|
||||
private final byte[] value;
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
package org.lucares.pdb.datastore.internal;
|
||||
|
||||
public class TagsUtils {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user