File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
main/java/org/springframework/data/mongodb/core/convert
test/java/org/springframework/data/mongodb/core Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ protected boolean isNestedKeyword(Object candidate) {
636
636
637
637
/**
638
638
* Returns whether the given {@link String} is the type key.
639
- *
639
+ *
640
640
* @param key
641
641
* @return
642
642
* @see MongoTypeMapper#isTypeKey(String)
@@ -931,7 +931,7 @@ public MetadataBackedField with(String name) {
931
931
@ Override
932
932
public boolean isIdField () {
933
933
934
- if (property != null ) {
934
+ if (property != null ) {
935
935
return property .isIdProperty ();
936
936
}
937
937
@@ -1056,7 +1056,7 @@ private PersistentPropertyPath<MongoPersistentProperty> getPath(String pathExpre
1056
1056
}
1057
1057
1058
1058
return propertyPath ;
1059
- } catch (PropertyReferenceException | InvalidPersistentPropertyPath e ) {
1059
+ } catch (PropertyReferenceException | InvalidPersistentPropertyPath e ) {
1060
1060
return null ;
1061
1061
}
1062
1062
}
Original file line number Diff line number Diff line change 45
45
46
46
import org .bson .types .ObjectId ;
47
47
import org .hamcrest .collection .IsMapContaining ;
48
- import org .hamcrest .core .IsSame ;
49
48
import org .joda .time .DateTime ;
50
49
import org .junit .After ;
51
50
import org .junit .Before ;
You can’t perform that action at this time.
0 commit comments