Browse Source

Fix typo

pull/822/head
Sam Brannen 11 years ago
parent
commit
37d61375e2
  1. 2
      spring-test/src/main/java/org/springframework/test/web/servlet/result/XpathResultMatchers.java

2
spring-test/src/main/java/org/springframework/test/web/servlet/result/XpathResultMatchers.java

@ -70,7 +70,7 @@ public class XpathResultMatchers { @@ -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;

Loading…
Cancel
Save