private constructor added
This commit is contained in:
@@ -44,6 +44,9 @@ public class Slices {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
private Slices() {
|
||||||
|
}
|
||||||
|
|
||||||
public interface KeyNormalizer<K> {
|
public interface KeyNormalizer<K> {
|
||||||
|
|
||||||
KeyNormalizer DO_NOTHING = new KeyNormalizer<Object>() {
|
KeyNormalizer DO_NOTHING = new KeyNormalizer<Object>() {
|
||||||
|
|||||||
Reference in New Issue
Block a user