Browse Source

Polishing for formatting

Original Pull Request: #4455
3.4.x
Julia 2 years ago
parent
commit
687a2ea68c
No known key found for this signature in database
GPG Key ID: A297192A52D0D420
  1. 2
      spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/IdentifiableJsonSchemaProperty.java

2
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/IdentifiableJsonSchemaProperty.java

@ -1172,7 +1172,7 @@ public class IdentifiableJsonSchemaProperty<T extends JsonSchemaObject> implemen @@ -1172,7 +1172,7 @@ public class IdentifiableJsonSchemaProperty<T extends JsonSchemaObject> implemen
enc.append("bsonType", type.toBsonType().value()); // TODO: no samples with type -> is it bson type all the way?
}
if(StringUtils.hasText(algorithm)) {
if (StringUtils.hasText(algorithm)) {
enc.append("algorithm", algorithm);
}

Loading…
Cancel
Save