Author: siren
Date: Fri Apr 14 10:13:28 2006
New Revision: 394143

URL: http://svn.apache.org/viewcvs?rev=394143&view=rev
Log:
Fixed typos in javadoc

Modified:
    lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java

Modified: lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java?rev=394143&r1=394142&r2=394143&view=diff
==============================================================================
--- lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java (original)
+++ lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java Fri Apr 14 
10:13:28 2006
@@ -67,11 +67,11 @@
   /** Return the value of the field that hits should be deduplicated on. */
   public String getDedupValue() { return dedupValue; }
 
-  /** True iff other, lower-scoring, hits with the same dedup value have been
+  /** True if other, lower-scoring, hits with the same dedup value have been
    * excluded from the list which contains this hit.. */
   public boolean moreFromDupExcluded() { return moreFromDupExcluded; }
 
-  /** True iff other, lower-scoring, hits with the same deup value have been
+  /** True if other, lower-scoring, hits with the same deup value have been
    * excluded from the list which contains this hit.. */
   public void setMoreFromDupExcluded(boolean more){moreFromDupExcluded=more;}
 


Reply via email to