LUCENE-1421: make class public

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-05-14 13:26:26 +00:00
parent f703f23414
commit 4c85f799eb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ package org.apache.lucene.search.grouping;
import org.apache.lucene.util.BytesRef;
/** @lucene.experimental */
class SearchGroup {
public class SearchGroup {
public BytesRef groupValue;
public Comparable[] sortValues;
}