[hornetq-commits] JBoss hornetq SVN: r11173 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 9 16:40:04 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-09 16:40:04 -0400 (Tue, 09 Aug 2011)
New Revision: 11173

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java
Log:
just removing comment

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java	2011-08-09 20:08:58 UTC (rev 11172)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java	2011-08-09 20:40:04 UTC (rev 11173)
@@ -399,7 +399,6 @@
    {
       if (executor != null)
       {
-         log.debug(this + " is running runnable without an executor");
          executor.execute(runnable);
       }
       else



More information about the hornetq-commits mailing list