- FilteredTermEnum ctor change note

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2004-05-20 16:28:15 +00:00
parent c67d8e8050
commit 0ed86b97b8
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ $Id$
8. Fixed so that FSDirectory's locks still work when the
java.io.tmpdir system property is null. (cutting)
9. Changed FilteredTermEnum's constructor to take no parameters,
as the parameters were ignored anyway (bug #28858)
1.4 RC2