Add issue number LUCENE-807 to log entry in CHANGES.txt and remove duplicate caption "New features".

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@542267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Busch 2007-05-28 16:39:29 +00:00
parent 38ae8ea97b
commit a65fa86c1d
1 changed files with 3 additions and 5 deletions

View File

@ -3,8 +3,6 @@
$Id$ $Id$
======================= Trunk (not yet released) ======================= ======================= Trunk (not yet released) =======================
New features
Changes in runtime behavior Changes in runtime behavior
API Changes API Changes
@ -195,9 +193,9 @@ Documentation
http://wiki.apache.org/lucene-java/ Updated the links in the docs and http://wiki.apache.org/lucene-java/ Updated the links in the docs and
wherever else I found references. (Grant Ingersoll, Joe Schaefer) wherever else I found references. (Grant Ingersoll, Joe Schaefer)
2. Fixed the javadoc for ScoreDocComparator.compare() to be consistent with 2. LUCENE-807: Fixed the javadoc for ScoreDocComparator.compare() to be
java.util.Comparator.compare(): Any integer is allowed to be returned consistent with java.util.Comparator.compare(): Any integer is allowed to
instead of only -1/0/1. be returned instead of only -1/0/1.
(Paul Cowan via Michael Busch) (Paul Cowan via Michael Busch)
3. LUCENE-875: Solved javadoc warnings & errors under jdk1.4. 3. LUCENE-875: Solved javadoc warnings & errors under jdk1.4.