DATAMONGO-2193 - Polishing.

Reformat code.

Original pull request: #640.
This commit is contained in:
Mark Paluch
2019-02-05 11:35:21 +01:00
parent 0f7fc7880b
commit 698837921b

View File

@@ -612,7 +612,7 @@ public class QueryMapper {
/**
* Returns whether the given {@link String} is the type key.
*
*
* @param key
* @return
* @see MongoTypeMapper#isTypeKey(String)
@@ -907,7 +907,7 @@ public class QueryMapper {
@Override
public boolean isIdField() {
if(property != null) {
if (property != null) {
return property.isIdProperty();
}
@@ -1032,7 +1032,7 @@ public class QueryMapper {
}
return propertyPath;
} catch (PropertyReferenceException | InvalidPersistentPropertyPath e) {
} catch (PropertyReferenceException | InvalidPersistentPropertyPath e) {
return null;
}
}