Fix Javadoc.

See #4139
Original pull request: #4182.
This commit is contained in:
Mark Paluch
2022-10-12 15:59:33 +02:00
parent 7b6a06888d
commit 240e53794c
2 changed files with 2 additions and 4 deletions

View File

@@ -179,10 +179,10 @@ public class EvaluationOperators {
}
/**
* Creates new {@link EvaluationOperatorFactory.Expr}.
* Creates new {@link LastObservationCarriedForward}.
*
* @param fieldReference must not be {@literal null}.
* @return new instance of {@link EvaluationOperatorFactory.Expr}.
* @return new instance of {@link LastObservationCarriedForward}.
*/
public static LastObservationCarriedForward locfValueOf(String fieldReference) {

View File

@@ -177,8 +177,6 @@ public @interface CompoundIndex {
* (language-specific rules for string comparison) to be applied on string properties being part of the index.
* <p>
* <strong>NOTE:</strong> Overrides {@link Document#collation()}.
* <p>
*
*
* @return empty String by default.
* @see <a href=