mirror of https://github.com/apache/lucene.git
- 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:
parent
17eb3235b7
commit
686bdde10b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue