Skip to content

Commit c8f652c

Browse files
committed
fix remove useless "s"
Signed-off-by: NeatGuyCoding <[email protected]>
1 parent 279bce7 commit c8f652c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ interface RequestBodyUriSpec extends RequestBodySpec, RequestHeadersUriSpec<Requ
515515
interface ResponseSpec {
516516

517517
/**
518-
s * Apply multiple assertions to a response with the given
518+
* Apply multiple assertions to a response with the given
519519
* {@linkplain ResponseSpecConsumer consumers}, with the guarantee that
520520
* all assertions will be applied even if one or more assertions fails
521521
* with an exception.

0 commit comments

Comments
 (0)