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/AccumulatorOperators.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,8 @@ public StdDevSamp stdDevSamp() {
143
143
}
144
144
145
145
/**
146
-
* Creates new {@link AggregationExpression} that uses the previous input (field/expression) and the value of the given
147
-
* field to calculate the population covariance of the two.
146
+
* Creates new {@link AggregationExpression} that uses the previous input (field/expression) and the value of the
147
+
* given field to calculate the population covariance of the two.
148
148
*
149
149
* @param fieldReference must not be {@literal null}.
150
150
* @return new instance of {@link CovariancePop}.
@@ -155,8 +155,8 @@ public CovariancePop covariancePop(String fieldReference) {
155
155
}
156
156
157
157
/**
158
-
* Creates new {@link AggregationExpression} that uses the previous input (field/expression) and the result of the given
159
-
* {@link AggregationExpression expression} to calculate the population covariance of the two.
158
+
* Creates new {@link AggregationExpression} that uses the previous input (field/expression) and the result of the
159
+
* given {@link AggregationExpression expression} to calculate the population covariance of the two.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/aggregation/AccumulatorOperatorsUnitTests.java
0 commit comments