Browse Source

Polishing for formatting

Original Pull Request: #4455
pull/4486/head
Julia 2 years ago
parent
commit
7f64c020b4
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

@ -1140,7 +1140,7 @@ public class IdentifiableJsonSchemaProperty<T extends JsonSchemaObject> implemen @@ -1140,7 +1140,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