Revert all of wrong s/iff/if changes in committed revision 894224.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@894286 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2009-12-29 00:34:47 +00:00
parent bcc1117fbf
commit 45ffab1cd5
3 changed files with 3 additions and 3 deletions

View File

@ -287,7 +287,7 @@ public abstract class PerfTask implements Cloneable {
/** /**
* Sub classes that supports parameters must override this method to return true. * Sub classes that supports parameters must override this method to return true.
* @return true if this task supports command line params. * @return true iff this task supports command line params.
*/ */
public boolean supportsParams () { public boolean supportsParams () {
return false; return false;

View File

@ -54,7 +54,7 @@ public class WeightedSpanTerm extends WeightedTerm{
* *
* @param position * @param position
* to check against valid term positions * to check against valid term positions
* @return true if this term is a hit at this position * @return true iff this term is a hit at this position
*/ */
public boolean checkPosition(int position) { public boolean checkPosition(int position) {
// There would probably be a slight speed improvement if PositionSpans // There would probably be a slight speed improvement if PositionSpans

View File

@ -80,7 +80,7 @@ public class InstantiatedTermPositions
/** /**
* Skips entries to the first beyond the current whose document number is * Skips entries to the first beyond the current whose document number is
* greater than or equal to <currentTermPositionIndex>target</currentTermPositionIndex>. <p>Returns true if there is such * greater than or equal to <currentTermPositionIndex>target</currentTermPositionIndex>. <p>Returns true iff there is such
* an entry. <p>Behaves as if written: <pre> * an entry. <p>Behaves as if written: <pre>
* boolean skipTo(int target) { * boolean skipTo(int target) {
* do { * do {