提交 6e3aa43c authored 作者: Thomas Mueller's avatar Thomas Mueller

Undo change to make the tests run again. Sooner or later the MultiDimension tool…

Undo change to make the tests run again. Sooner or later the MultiDimension tool will be removed as now we have spatial indexes.
上级 603aa22d
...@@ -24,8 +24,9 @@ public class MultiDimension implements Comparator<long[]> { ...@@ -24,8 +24,9 @@ public class MultiDimension implements Comparator<long[]> {
private static final MultiDimension INSTANCE = new MultiDimension(); private static final MultiDimension INSTANCE = new MultiDimension();
private MultiDimension() { protected MultiDimension() {
// don't allow construction by normal code // don't allow construction by normal code
// but allow tests
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论