File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/fasterxml/jackson/module/jsonSchema Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public void testDeserializeSimple() throws Exception {
66
66
}
67
67
68
68
/**
69
- * Verifies that a false-valued and object-valued additional properties are
69
+ * Verifies that false-valued and object-valued additional properties are
70
70
* deserialized properly
71
71
*/
72
72
public void testDeserializeFalseAndObjectAdditionalProperties () throws Exception {
@@ -81,7 +81,7 @@ public void testDeserializeFalseAndObjectAdditionalProperties() throws Exception
81
81
}
82
82
83
83
/**
84
- * Verifies that a false -valued and object-valued additional properties are
84
+ * Verifies that a true -valued additional property is
85
85
* deserialized properly
86
86
*/
87
87
public void testDeserializeTrueAdditionalProperties () throws Exception {
You can’t perform that action at this time.
0 commit comments