Closes gh-29928
This commit is contained in:
Johnny Lim
2023-02-04 23:20:29 +09:00
committed by Sébastien Deleuze
parent a7ec6b4a2a
commit 431ae03447
17 changed files with 17 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ import org.springframework.test.web.client.ResponseCreator;
* response.
*
* <p>In addition, see also the {@link ExecutingResponseCreator} implementation
* that performs an actual requests to remote services.
* that performs actual requests to remote services.
*
* @author Rossen Stoyanchev
* @since 3.2

View File

@@ -83,7 +83,7 @@ public class XpathResultMatchers {
}
/**
* Get the response encoding if explicitly defined in the response, {code null} otherwise.
* Get the response encoding if explicitly defined in the response, {@code null} otherwise.
*/
@Nullable
private String getDefinedEncoding(MockHttpServletResponse response) {