diff --git a/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java b/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java index 4d83e38199c..e26d875011d 100644 --- a/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java +++ b/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java @@ -961,9 +961,9 @@ public class JsonContentAssert extends AbstractAssert key type - * @param value type formatting specifiers defined in - * {@link String#format(String, Object...)} + * @param value type * @return a new assertion object whose object under test is the extracted item * @throws AssertionError if the path is not valid or does not result in a map */