You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/MongoEncryptionSettingsFactoryBean.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/IdentifiableJsonSchemaProperty.java
+7-14
Original file line number
Diff line number
Diff line change
@@ -1057,26 +1057,23 @@ public static class EncryptedJsonSchemaProperty implements JsonSchemaProperty {
1057
1057
1058
1058
privatefinalJsonSchemaPropertytargetProperty;
1059
1059
privatefinal@NullableStringalgorithm;
1060
-
privatefinal@Nullablechar[] keyId;
1061
-
privatefinal@Nullablechar[] iv;
1060
+
privatefinal@NullableStringkeyId;
1062
1061
1063
1062
/**
1064
1063
* Create new instance of {@link EncryptedJsonSchemaProperty} wrapping the given {@link JsonSchemaProperty target}.
0 commit comments