- 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:
Otis Gospodnetic 2004-07-10 06:49:52 +00:00
parent 451a311f26
commit 9db6cd299a
1 changed files with 1 additions and 1 deletions

View File

@ -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();