bradford 2002/06/12 10:51:28
Modified: java/src/org/apache/xindice/core/fulltext
FullTextIndexer.java
Log:
Revision Changes Path
1.5 +1 -4
xml-xindice/java/src/org/apache/xindice/core/fulltext/FullTextIndexer.java
Index: FullTextIndexer.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/core/fulltext/FullTextIndexer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FullTextIndexer.java 9 Jun 2002 19:49:03 -0000 1.4
+++ FullTextIndexer.java 12 Jun 2002 17:51:28 -0000 1.5
@@ -379,6 +379,3 @@
return (IndexMatch[])results.toArray(EmptyMatches);
}
}
-
-
-