This commit is contained in:
Sam Brannen
2015-06-19 14:39:50 +01:00
parent ece12f9d37
commit 37d61375e2

View File

@@ -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;