[jboss-cvs] JBossAS SVN: r65701 - branches/JBoss_3_2_8_SP1_CP/common/src/main/org/jboss/util.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 29 08:49:55 EDT 2007


Author: vicky.kak at jboss.com
Date: 2007-09-29 08:49:55 -0400 (Sat, 29 Sep 2007)
New Revision: 65701

Modified:
   branches/JBoss_3_2_8_SP1_CP/common/src/main/org/jboss/util/NestedThrowable.java
Log:
ASPATCH-290 changes.

Modified: branches/JBoss_3_2_8_SP1_CP/common/src/main/org/jboss/util/NestedThrowable.java
===================================================================
--- branches/JBoss_3_2_8_SP1_CP/common/src/main/org/jboss/util/NestedThrowable.java	2007-09-29 12:48:51 UTC (rev 65700)
+++ branches/JBoss_3_2_8_SP1_CP/common/src/main/org/jboss/util/NestedThrowable.java	2007-09-29 12:49:55 UTC (rev 65701)
@@ -110,7 +110,7 @@
    final class Util 
    {
       // Can not be final due to init bug, see getLogger() for details
-	   private static Logger log = null;
+	 private static Logger log = null;
 
       /**
        * Something is very broken with class nesting, which can sometimes




More information about the jboss-cvs-commits mailing list