Skip to content

Commit 240e537

Browse files
committed
Fix Javadoc.
See #4139 Original pull request: #4182.
1 parent 7b6a068 commit 240e537

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/EvaluationOperators.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ protected String getMongoMethod() {
179179
}
180180

181181
/**
182-
* Creates new {@link EvaluationOperatorFactory.Expr}.
182+
* Creates new {@link LastObservationCarriedForward}.
183183
*
184184
* @param fieldReference must not be {@literal null}.
185-
* @return new instance of {@link EvaluationOperatorFactory.Expr}.
185+
* @return new instance of {@link LastObservationCarriedForward}.
186186
*/
187187
public static LastObservationCarriedForward locfValueOf(String fieldReference) {
188188

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/index/CompoundIndex.java

-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@
177177
* (language-specific rules for string comparison) to be applied on string properties being part of the index.
178178
* <p>
179179
* <strong>NOTE:</strong> Overrides {@link Document#collation()}.
180-
* <p>
181-
*
182180
*
183181
* @return empty String by default.
184182
* @see <a href=

0 commit comments

Comments
 (0)