bug 50282 / fixed line length
authorslaurent <slaurent@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Dec 2010 21:26:22 +0000 (21:26 +0000)
committerslaurent <slaurent@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Dec 2010 21:26:22 +0000 (21:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1042452 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

index 64c9f26..2e3a377 100644 (file)
@@ -107,19 +107,20 @@ public class JreMemoryLeakPreventionListener implements LifecycleListener {
          this.securityPolicyProtection = securityPolicyProtection;
      }
      
-     /**
-      * Protect against the memory leak caused when the first call to
-      * <code>javax.security.auth.login.Configuration</code> is triggered by a web
-      * application. This first call populate a static variable with a reference
-      * to the context class loader. Defaults to <code>true</code>.
-      */
-     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
+     * <code>javax.security.auth.login.Configuration</code> is triggered by a
+     * web application. This first call populate a static variable with a
+     * reference to the context class loader. Defaults to <code>true</code>.
+     */
+    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