Browse Source

fix remove useless "s"

Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
pull/35266/head
NeatGuyCoding 5 months ago committed by Rossen Stoyanchev
parent
commit
5a3bad6d61
  1. 2
      spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java

2
spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java

@ -515,7 +515,7 @@ public interface RestTestClient {
interface ResponseSpec { 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 * {@linkplain ResponseSpecConsumer consumers}, with the guarantee that
* all assertions will be applied even if one or more assertions fails * all assertions will be applied even if one or more assertions fails
* with an exception. * with an exception.

Loading…
Cancel
Save