- 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:
Otis Gospodnetic 2003-09-16 12:50:31 +00:00
parent 355e66eb34
commit 2310d71e07
1 changed files with 3 additions and 0 deletions

View File

@ -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);