Remove unused private ValueHolder class in TestGrouping.

This commit is contained in:
Christine Poerschke 2016-12-22 09:35:46 +00:00
parent 393e36e1ce
commit 3366724fa0
1 changed files with 0 additions and 9 deletions

View File

@ -1327,13 +1327,4 @@ public class TestGrouping extends LuceneTestCase {
return "ShardSearcher(" + ctx.get(0).reader() + ")"; return "ShardSearcher(" + ctx.get(0).reader() + ")";
} }
} }
private static class ValueHolder<V> {
V value;
private ValueHolder(V value) {
this.value = value;
}
}
} }