Skip to content

Commit 6988379

Browse files
committed
DATAMONGO-2193 - Polishing.
Reformat code. Original pull request: #640.
1 parent 0f7fc78 commit 6988379

File tree

1 file changed

+3
-3
lines changed
  • spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert

1 file changed

+3
-3
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/QueryMapper.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ protected boolean isNestedKeyword(Object candidate) {
612612

613613
/**
614614
* Returns whether the given {@link String} is the type key.
615-
*
615+
*
616616
* @param key
617617
* @return
618618
* @see MongoTypeMapper#isTypeKey(String)
@@ -907,7 +907,7 @@ public MetadataBackedField with(String name) {
907907
@Override
908908
public boolean isIdField() {
909909

910-
if(property != null) {
910+
if (property != null) {
911911
return property.isIdProperty();
912912
}
913913

@@ -1032,7 +1032,7 @@ private PersistentPropertyPath<MongoPersistentProperty> getPath(String pathExpre
10321032
}
10331033

10341034
return propertyPath;
1035-
} catch (PropertyReferenceException | InvalidPersistentPropertyPath e) {
1035+
} catch (PropertyReferenceException | InvalidPersistentPropertyPath e) {
10361036
return null;
10371037
}
10381038
}

0 commit comments

Comments
 (0)