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
Remove unused imports.
Simplify if & switch statements.
Use Set.of, List.of for unmodifiable collections.
Remove redundant usage of semicolon.
Fix broken references in Javadoc.
Fix Typos.
Extend value caching for MongoPersistentProperties.
See: #4555
Original pull request: #4556
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/config/MappingMongoConverterParser.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/config/MongoCredentialPropertyEditor.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/MappingMongoJsonSchemaCreator.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ public PropertySpecifier property(String path) {
99
99
}
100
100
101
101
/**
102
-
* Specify additional types to be considered wehen rendering the schema for the given path.
102
+
* Specify additional types to be considered when rendering the schema for the given path.
103
103
*
104
104
* @param path path the path using {@literal dot '.'} notation.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/MongoDataIntegrityViolationException.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public WriteConcernResult getWriteResult() {
61
61
}
62
62
63
63
/**
64
-
* Returns the {@link MongoActionOperation} in which the current exception occured.
64
+
* Returns the {@link MongoActionOperation} in which the current exception occurred.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ReactiveRemoveOperationSupport.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -35,18 +35,18 @@ class ReactiveRemoveOperationSupport implements ReactiveRemoveOperation {
0 commit comments