mirror of https://github.com/apache/lucene.git
- Added @version.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150032 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
355e66eb34
commit
2310d71e07
|
@ -66,6 +66,9 @@ import org.apache.lucene.analysis.SimpleAnalyzer;
|
||||||
import org.apache.lucene.document.Document;
|
import org.apache.lucene.document.Document;
|
||||||
import org.apache.lucene.document.Field;
|
import org.apache.lucene.document.Field;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
public class TestRemoteSearchable extends TestCase {
|
public class TestRemoteSearchable extends TestCase {
|
||||||
public TestRemoteSearchable(String name) {
|
public TestRemoteSearchable(String name) {
|
||||||
super(name);
|
super(name);
|
||||||
|
|
Loading…
Reference in New Issue