Move wrong-placed test around and remove empty "de" directory in analysis.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@784981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-06-15 21:11:49 +00:00
parent 3a176d749a
commit 6ed703e655
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
package org.apache.lucene.index.store;
package org.apache.lucene.store;
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
@ -32,15 +32,8 @@ import org.apache.lucene.document.Field;
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.index.IndexWriter;
import org.apache.lucene.search.IndexSearcher;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.IndexInput;
import org.apache.lucene.store.IndexOutput;
import org.apache.lucene.store.FSDirectory;
import org.apache.lucene.store.RAMDirectory;
import org.apache.lucene.util.English;
import org.apache.lucene.store.MockRAMDirectory;
/**
* JUnit testcase to test RAMDirectory. RAMDirectory itself is used in many testcases,
* but not one of them uses an different constructor other than the default constructor.