File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ protected boolean isNestedKeyword(Object candidate) {
612
612
613
613
/**
614
614
* Returns whether the given {@link String} is the type key.
615
- *
615
+ *
616
616
* @param key
617
617
* @return
618
618
* @see MongoTypeMapper#isTypeKey(String)
@@ -907,7 +907,7 @@ public MetadataBackedField with(String name) {
907
907
@ Override
908
908
public boolean isIdField () {
909
909
910
- if (property != null ) {
910
+ if (property != null ) {
911
911
return property .isIdProperty ();
912
912
}
913
913
@@ -1032,7 +1032,7 @@ private PersistentPropertyPath<MongoPersistentProperty> getPath(String pathExpre
1032
1032
}
1033
1033
1034
1034
return propertyPath ;
1035
- } catch (PropertyReferenceException | InvalidPersistentPropertyPath e ) {
1035
+ } catch (PropertyReferenceException | InvalidPersistentPropertyPath e ) {
1036
1036
return null ;
1037
1037
}
1038
1038
}
You can’t perform that action at this time.
0 commit comments