goller      2004/04/21 10:08:04

  Modified:    src/java/org/apache/lucene/document Document.java
  Log:
  minor javadoc changes
  
  Revision  Changes    Path
  1.19      +2 -2      jakarta-lucene/src/java/org/apache/lucene/document/Document.java
  
  Index: Document.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-lucene/src/java/org/apache/lucene/document/Document.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Document.java     20 Apr 2004 17:55:16 -0000      1.18
  +++ Document.java     21 Apr 2004 17:08:04 -0000      1.19
  @@ -90,8 +90,8 @@
     }
     
     /**
  -   * <p>Removes field with the given name from the document.
  -   * If multiple fields exist with this name, this method returns the first value 
added.
  +   * <p>Removes field with the specified name from the document.
  +   * 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>
      * <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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to