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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org