- Removed some jikes' warnings.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2002-11-19 23:25:46 +00:00
parent 17eb3235b7
commit 686bdde10b
1 changed files with 5 additions and 5 deletions

View File

@ -67,11 +67,11 @@ import org.apache.lucene.queryParser.*;
class SearchTestForDuplicates {
final static String PRIORITY_FIELD ="priority";
final static String ID_FIELD ="id";
final static String HIGH_PRIORITY ="high";
final static String MED_PRIORITY ="medium";
final static String LOW_PRIORITY ="low";
static final String PRIORITY_FIELD ="priority";
static final String ID_FIELD ="id";
static final String HIGH_PRIORITY ="high";
static final String MED_PRIORITY ="medium";
static final String LOW_PRIORITY ="low";
public static void main(String[] args) {
try {