You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/AbstractAggregationExpression.java
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,10 @@
21
21
importjava.util.LinkedHashMap;
22
22
importjava.util.List;
23
23
24
+
importorg.springframework.util.ObjectUtils;
25
+
24
26
importcom.mongodb.BasicDBObject;
25
27
importcom.mongodb.DBObject;
26
-
importorg.springframework.util.ObjectUtils;
27
28
28
29
/**
29
30
* @author Christoph Strobl
@@ -45,6 +46,7 @@ public DBObject toDbObject(AggregationOperationContext context) {
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/AccumulatorOperators.java
+20-14Lines changed: 20 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public static AccumulatorOperatorFactory valueOf(String fieldReference) {
44
44
/**
45
45
* Take the numeric value referenced resulting from given {@link AggregationExpression}.
46
46
*
47
-
* @param fieldReference must not be {@literal null}.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/AggregationFunctionExpressions.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
* @author Oliver Gierke
32
32
* @author Christoph Strobl
33
33
* @since 1.7
34
-
* @deprecated since 1.10. Please use {@link AggregationExpressions} instead.
34
+
* @deprecated since 1.10. Please use {@link ArithmeticOperators} and {@link ComparisonOperators} instead.
0 commit comments