mirror of https://github.com/apache/lucene.git
fix typos in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
065553bd20
commit
9de7367279
|
@ -78,7 +78,7 @@ public abstract class Scorer {
|
|||
|
||||
/**
|
||||
* Advances to the document matching this Scorer with the lowest doc Id
|
||||
* greater then the current value of {@link #doc()} (or to the matching
|
||||
* greater than the current value of {@link #doc()} (or to the matching
|
||||
* document with the lowest doc Id if next has never been called on
|
||||
* this Scorer).
|
||||
*
|
||||
|
@ -109,7 +109,7 @@ public abstract class Scorer {
|
|||
*
|
||||
* <p>
|
||||
* The behavior of this method is undefined if the target specified is
|
||||
* less then or equal to the current value of {@link #doc()}
|
||||
* less than or equal to the current value of {@link #doc()}.
|
||||
* <p>
|
||||
* Behaves as if written:
|
||||
* <pre>
|
||||
|
|
Loading…
Reference in New Issue