From ece66e1d4ad15616235d51fa1de8426eb61c5edd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 21 Jul 2017 15:30:09 +0100 Subject: [PATCH] Polish javadoc in JsonContentAssert See gh-9675 --- .../org/springframework/boot/test/json/JsonContentAssert.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */