You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/05/14 13:53:34 UTC

svn commit: r1482308 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

Author: markt
Date: Tue May 14 11:53:34 2013
New Revision: 1482308

URL: http://svn.apache.org/r1482308
Log:
Format police

Modified:
    tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java?rev=1482308&r1=1482307&r2=1482308&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Tue May 14 11:53:34 2013
@@ -264,7 +264,7 @@ public class JreMemoryLeakPreventionList
                 // Trigger the creation of the AWT (AWT-Windows, AWT-XAWT,
                 // etc.) thread
                 if (awtThreadProtection) {
-                  java.awt.Toolkit.getDefaultToolkit();
+                    java.awt.Toolkit.getDefaultToolkit();
                 }
 
                 // Trigger the creation of the "Java2D Disposer" thread.
@@ -272,8 +272,7 @@ public class JreMemoryLeakPreventionList
                 if(java2dDisposerProtection) {
                     try {
                         Class.forName("sun.java2d.Disposer");
-                    }
-                    catch (ClassNotFoundException cnfe) {
+                    } catch (ClassNotFoundException cnfe) {
                         // Ignore this case: we must be running on a
                         // non-Sun-based JRE.
                     }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org