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
Fix ComputedFieldAppender as it is used in public API. Add missing Nullable annotation.
Switch to switch expressions.
Original pull request spring-projects#4751
See spring-projects#4745
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/SetWindowFieldsOperation.java
+21-33
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ public ComputedFieldAppender within(Window window) {
175
175
/**
176
176
* Tiny little helper to allow fluent API usage for {@link #append(ComputedField)}.
177
177
*/
178
-
interfaceComputedFieldAppender {
178
+
publicinterfaceComputedFieldAppender {
179
179
180
180
/**
181
181
* Specify the target field name.
@@ -249,6 +249,7 @@ public AggregationExpression getWindowOperator() {
0 commit comments