Use auto boxing and unboxing where feasible
See gh-31916
This commit is contained in:
committed by
Stéphane Nicoll
parent
4a450c6fab
commit
db2c532c07
@@ -164,7 +164,7 @@ public class RequestContext {
|
||||
* no explicit default given.
|
||||
*/
|
||||
public boolean isDefaultHtmlEscape() {
|
||||
return (this.defaultHtmlEscape != null && this.defaultHtmlEscape.booleanValue());
|
||||
return (this.defaultHtmlEscape != null && this.defaultHtmlEscape);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user