polishing

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3629 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2010-09-01 18:41:10 +00:00
parent 58dab3f971
commit c2a1d571d8
2 changed files with 3 additions and 3 deletions
@@ -350,7 +350,7 @@ public class RequestContext {
* Falls back to <code>false</code> in case of no explicit default given.
*/
public boolean isDefaultHtmlEscape() {
return (this.defaultHtmlEscape != null && this.defaultHtmlEscape);
return (this.defaultHtmlEscape != null && this.defaultHtmlEscape.booleanValue());
}
/**