[jboss-cvs] JBossAS SVN: r86596 - branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 1 11:31:19 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-01 11:31:19 -0400 (Wed, 01 Apr 2009)
New Revision: 86596

Modified:
   branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java
Log:
log should be final

Modified: branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java
===================================================================
--- branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java	2009-04-01 15:29:43 UTC (rev 86595)
+++ branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java	2009-04-01 15:31:19 UTC (rev 86596)
@@ -87,7 +87,7 @@
 public class JChannelFactory extends org.jgroups.JChannelFactory
       implements JChannelFactoryMBean, MBeanRegistration
 {
-   protected static Logger log = Logger.getLogger(JChannelFactory.class);
+   protected static final Logger log = Logger.getLogger(JChannelFactory.class);
    
    public static final String UNSHARED_TRANSPORT_NAME_BASE = "unnamed_";
    




More information about the jboss-cvs-commits mailing list