[jboss-cvs] JBossAS SVN: r65700 - 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:48:51 EDT 2007


Author: vicky.kak at jboss.com
Date: 2007-09-29 08:48:51 -0400 (Sat, 29 Sep 2007)
New Revision: 65700

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




More information about the jboss-cvs-commits mailing list