otis        02/02/21 12:31:10

  Modified:    src/java/org/apache/lucene/search Query.java
  Log:
  - Improved javadoc to make it more readable and removed some trailing white
    spaces.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-lucene/src/java/org/apache/lucene/search/Query.java
  
  Index: Query.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/Query.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Query.java        5 Feb 2002 18:00:18 -0000       1.3
  +++ Query.java        21 Feb 2002 20:31:10 -0000      1.4
  @@ -68,7 +68,7 @@
     </ul>
     <p>A parser for queries is contained in:
     <ul>
  -  <li><a href="doc/lucene.queryParser.QueryParser.html">QueryParser</a>
  +  <li><a 
href="/lucene/docs/api/org/apache/lucene/queryParser/QueryParser.html">QueryParser</a>
     </ul>
     */
   abstract public class Query implements java.io.Serializable {
  @@ -103,7 +103,7 @@
       this term will (in addition to the normal weightings) have their score
       multiplied by <code>b</code>.   The boost is 1.0 by default.  */
     public float getBoost() { return boost; }
  -  
  +
     /** Prints a query to a string, with <code>field</code> as the default field
       for terms.
       <p>The representation used is one that is readable by
  
  
  

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

Reply via email to