From: slaurent Date: Sun, 5 Dec 2010 21:26:22 +0000 (+0000) Subject: bug 50282 / fixed line length X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=670c87151b900d1e91ad9c0f27852edda515f537;p=tomcat7.0 bug 50282 / fixed line length git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1042452 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java index 64c9f2650..2e3a3772a 100644 --- a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java +++ b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java @@ -107,19 +107,20 @@ public class JreMemoryLeakPreventionListener implements LifecycleListener { this.securityPolicyProtection = securityPolicyProtection; } - /** - * Protect against the memory leak caused when the first call to - * javax.security.auth.login.Configuration is triggered by a web - * application. This first call populate a static variable with a reference - * to the context class loader. Defaults to true. - */ - private boolean securityLoginConfigurationProtection = true; - public boolean isSecurityLoginConfigurationProtection() { - return securityLoginConfigurationProtection; - } - public void setSecurityLoginConfigurationProtection(boolean securityLoginConfigurationProtection) { - this.securityLoginConfigurationProtection = securityLoginConfigurationProtection; - } + /** + * Protects against the memory leak caused when the first call to + * javax.security.auth.login.Configuration is triggered by a + * web application. This first call populate a static variable with a + * reference to the context class loader. Defaults to true. + */ + private boolean securityLoginConfigurationProtection = true; + public boolean isSecurityLoginConfigurationProtection() { + return securityLoginConfigurationProtection; + } + public void setSecurityLoginConfigurationProtection( + boolean securityLoginConfigurationProtection) { + this.securityLoginConfigurationProtection = securityLoginConfigurationProtection; + } /** * Protect against the memory leak, when the initialization of the