From 5a3bad6d61c521ef9385d2902b9fdc4b322cfa33 Mon Sep 17 00:00:00 2001 From: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:39:48 +0800 Subject: [PATCH] fix remove useless "s" Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com> --- .../springframework/test/web/servlet/client/RestTestClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java b/spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java index 836979aa25a..426b8e5d8f5 100644 --- a/spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java +++ b/spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java @@ -515,7 +515,7 @@ public interface RestTestClient { interface ResponseSpec { /** -s * Apply multiple assertions to a response with the given + * Apply multiple assertions to a response with the given * {@linkplain ResponseSpecConsumer consumers}, with the guarantee that * all assertions will be applied even if one or more assertions fails * with an exception.