mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ public class XpathResultMatchers {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the response encoding if explicitely defined in the response, null otherwise
|
||||
* Get the response encoding if explicitly defined in the response, {code null} otherwise.
|
||||
*/
|
||||
private String getDefinedEncoding(MockHttpServletResponse response) {
|
||||
return response.isCharset() ? response.getCharacterEncoding() : null;
|
||||
|
||||
Reference in New Issue
Block a user