mirror of https://github.com/apache/lucene.git
Remove unused private ValueHolder class in TestGrouping.
This commit is contained in:
parent
393e36e1ce
commit
3366724fa0
|
@ -1327,13 +1327,4 @@ public class TestGrouping extends LuceneTestCase {
|
|||
return "ShardSearcher(" + ctx.get(0).reader() + ")";
|
||||
}
|
||||
}
|
||||
|
||||
private static class ValueHolder<V> {
|
||||
|
||||
V value;
|
||||
|
||||
private ValueHolder(V value) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue