This commit is contained in:
2018-11-25 07:46:58 +01:00
parent 5404253bc6
commit 593752470c
2 changed files with 0 additions and 10 deletions

View File

@@ -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;

View File

@@ -1,5 +0,0 @@
package org.lucares.pdb.datastore.internal;
public class TagsUtils {
}