LUCENE-4524: remove fixed @Seed

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2015-02-11 17:59:14 +00:00
parent 067b01c1b3
commit fe5aa6e464
1 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ package org.apache.lucene.search;
* limitations under the License.
*/
import com.carrotsearch.randomizedtesting.annotations.Seed;
import org.apache.lucene.analysis.MockAnalyzer;
import org.apache.lucene.analysis.MockTokenizer;
import org.apache.lucene.document.Document;
@ -34,7 +33,6 @@ import org.apache.lucene.util.LuceneTestCase;
import java.io.IOException;
@Seed("229FAA1086FF0F29:DD686BC5E10B2080")
public class TestSloppyPhraseQuery extends LuceneTestCase {
private static final String S_1 = "A A A";