minor javadoc changes

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christoph Goller 2004-04-21 17:08:04 +00:00
parent 221cfab84f
commit 9798fac712
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ public final class Document implements java.io.Serializable {
} }
/** /**
* <p>Removes field with the given name from the document. * <p>Removes field with the specified name from the document.
* If multiple fields exist with this name, this method returns the first value added. * If multiple fields exist with this name, this method removes the first field that has been added.
* If there is no field with the specified name, the document remains unchanged.</p> * If there is no field with the specified name, the document remains unchanged.</p>
* <p> Note that the removeField(s) methods like the add method only make sense * <p> Note that the removeField(s) methods like the add method only make sense
* prior to adding a document to an index. These methods cannot * prior to adding a document to an index. These methods cannot