private constructor added

This commit is contained in:
Alex Tkachman
2012-08-28 00:31:29 +03:00
parent 6af6f2827d
commit 9cd8f64e00
@@ -44,6 +44,9 @@ public class Slices {
}
};
private Slices() {
}
public interface KeyNormalizer<K> {
KeyNormalizer DO_NOTHING = new KeyNormalizer<Object>() {