[jboss-cvs] JBossAS SVN: r104054 - trunk/cluster/src/main/java/org/jboss/ha/timestamp.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 16 08:58:12 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-04-16 08:58:11 -0400 (Fri, 16 Apr 2010)
New Revision: 104054

Modified:
   trunk/cluster/src/main/java/org/jboss/ha/timestamp/TimestampDiscrepancyService.java
Log:
Fix mistaken use of log4j Logger

Modified: trunk/cluster/src/main/java/org/jboss/ha/timestamp/TimestampDiscrepancyService.java
===================================================================
--- trunk/cluster/src/main/java/org/jboss/ha/timestamp/TimestampDiscrepancyService.java	2010-04-16 12:54:54 UTC (rev 104053)
+++ trunk/cluster/src/main/java/org/jboss/ha/timestamp/TimestampDiscrepancyService.java	2010-04-16 12:58:11 UTC (rev 104054)
@@ -36,15 +36,15 @@
 import java.util.concurrent.ConcurrentHashMap;
 import java.util.concurrent.CopyOnWriteArrayList;
 import java.util.concurrent.Executor;
+
 import org.jboss.ha.framework.interfaces.ClusterNode;
 import org.jboss.ha.framework.interfaces.DistributedReplicantManager;
+import org.jboss.ha.framework.interfaces.HAPartition;
 import org.jboss.ha.framework.interfaces.DistributedReplicantManager.ReplicantListener;
-import org.jboss.ha.framework.interfaces.HAPartition;
 import org.jboss.kernel.spi.dependency.KernelControllerContext;
 import org.jboss.kernel.spi.dependency.KernelControllerContextAware;
+import org.jboss.logging.Logger;
 
-import org.apache.log4j.Logger;
-
 /**
  * Service that tracks {@link TimestampDiscrepancy} information for current
  * and past members of the cluster.




More information about the jboss-cvs-commits mailing list