Skip to content

Commit 2057765

Browse files
committed
Merge branch '1.5.x'
2 parents ee3525a + ece66e1 commit 2057765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,9 +961,9 @@ public <E> ListAssert<E> extractingJsonPathArrayValue(CharSequence expression,
961961
* Extract the map value at the given JSON path for further object assertions.
962962
* @param expression the {@link JsonPath} expression
963963
* @param args arguments to parameterize the {@code JsonPath} expression with, using
964+
* formatting specifiers defined in {@link String#format(String, Object...)}
964965
* @param <K> key type
965-
* @param <V> value type formatting specifiers defined in
966-
* {@link String#format(String, Object...)}
966+
* @param <V> value type
967967
* @return a new assertion object whose object under test is the extracted item
968968
* @throws AssertionError if the path is not valid or does not result in a map
969969
*/

0 commit comments

Comments
 (0)