提交 1589909b 编写于 作者: A Albert Strasheim

Fix compile error in Eclipse 4.3.

The method dimEquals(String, String) is ambiguous for the type DimFilters.
上级 76732c25
......@@ -166,7 +166,7 @@ public class IncrementalIndexStorageAdapterTest
.addDimension("billy")
.addDimension("sally")
.addAggregator(new LongSumAggregatorFactory("cnt", "cnt"))
.setDimFilter(DimFilters.dimEquals("sally", null))
.setDimFilter(DimFilters.dimEquals("sally", (String) null))
.build(),
new IncrementalIndexStorageAdapter(index)
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册