- self.add() to LUCENE-728

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@489182 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2006-12-20 19:42:21 +00:00
parent f4b3239092
commit fa71e29bd4
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ Bug fixes
24. LUCENE-728: Removed duplicate/old MoreLikeThis and SimilarityQueries 24. LUCENE-728: Removed duplicate/old MoreLikeThis and SimilarityQueries
classes from contrib/similarity, as their new home is under classes from contrib/similarity, as their new home is under
contrib/queries. contrib/queries.
(Otis Gospodnetic)
25. LUCENE-669: Do not double-close the RandomAccessFile in 25. LUCENE-669: Do not double-close the RandomAccessFile in
FSIndexInput/Output during finalize(). Besides sending an FSIndexInput/Output during finalize(). Besides sending an