Skip to content

Commit 0a7a92f

Browse files
committed
1 parent 0bc68da commit 0a7a92f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/fasterxml/jackson/module/jsonSchema/TestReadJsonSchema.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void testDeserializeSimple() throws Exception {
6666
}
6767

6868
/**
69-
* Verifies that a false-valued and object-valued additional properties are
69+
* Verifies that false-valued and object-valued additional properties are
7070
* deserialized properly
7171
*/
7272
public void testDeserializeFalseAndObjectAdditionalProperties() throws Exception {
@@ -81,7 +81,7 @@ public void testDeserializeFalseAndObjectAdditionalProperties() throws Exception
8181
}
8282

8383
/**
84-
* Verifies that a false-valued and object-valued additional properties are
84+
* Verifies that a true-valued additional property is
8585
* deserialized properly
8686
*/
8787
public void testDeserializeTrueAdditionalProperties() throws Exception {

0 commit comments

Comments
 (0)