should be static

This commit is contained in:
kimchy 2010-07-26 13:46:01 +03:00
parent f251e2fd32
commit af055f75ce
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class TermsFacetCollector extends AbstractFacetCollector {
}
}
public class AggregatorValueProc extends StaticAggregatorValueProc {
public static class AggregatorValueProc extends StaticAggregatorValueProc {
private final ImmutableSet<String> excluded;