git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@157242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-03-12 10:38:51 +00:00
parent 0f8b179e57
commit c8d143d487
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ New features
13. Add IndexWriter.setTermIndexInterval() method. See javadocs.
(Doug Cutting)
14. Aded LucenePackage, whose static get() method returns java.util.Package,
14. Added LucenePackage, whose static get() method returns java.util.Package,
which lets the caller get the Lucene version information specified in
the Lucene Jar.
(Doug Cutting via Otis)