mirror of https://github.com/apache/lucene.git
- static var
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150372 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
451a311f26
commit
9db6cd299a
|
@ -35,7 +35,7 @@ import java.util.TreeSet;
|
|||
public class TestSpans extends TestCase {
|
||||
private IndexSearcher searcher;
|
||||
|
||||
public final String field = "field";
|
||||
public static final String field = "field";
|
||||
|
||||
public void setUp() throws Exception {
|
||||
RAMDirectory directory = new RAMDirectory();
|
||||
|
|
Loading…
Reference in New Issue