提交 0587a9ec 编写于 作者: F fjy

Merge pull request #289 from alberts/master

Fix compile error in Eclipse 4.3.
......@@ -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.
先完成此消息的编辑!
想要评论请 注册