fixed trivial spelling issues in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@894224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2009-12-28 18:52:19 +00:00
parent 2685859da2
commit bcc1117fbf
3 changed files with 4 additions and 4 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.
* @return true iff this task supports command line params.
* @return true if this task supports command line params.
*/
public boolean supportsParams () {
return false;

View File

@ -53,8 +53,8 @@ public class WeightedSpanTerm extends WeightedTerm{
* Checks to see if this term is valid at <code>position</code>.
*
* @param position
* to check against valid term postions
* @return true iff this term is a hit at this position
* to check against valid term positions
* @return true if this term is a hit at this position
*/
public boolean checkPosition(int position) {
// 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
* greater than or equal to <currentTermPositionIndex>target</currentTermPositionIndex>. <p>Returns true iff there is such
* greater than or equal to <currentTermPositionIndex>target</currentTermPositionIndex>. <p>Returns true if there is such
* an entry. <p>Behaves as if written: <pre>
* boolean skipTo(int target) {
* do {