[hornetq-commits] JBoss hornetq SVN: r8203 - trunk/src/main/org/hornetq/core/config/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 4 03:37:47 EST 2009


Author: jmesnil
Date: 2009-11-04 03:37:47 -0500 (Wed, 04 Nov 2009)
New Revision: 8203

Modified:
   trunk/src/main/org/hornetq/core/config/impl/FileConfiguration.java
Log:
removed erroneous sysout statement

Modified: trunk/src/main/org/hornetq/core/config/impl/FileConfiguration.java
===================================================================
--- trunk/src/main/org/hornetq/core/config/impl/FileConfiguration.java	2009-11-04 02:52:21 UTC (rev 8202)
+++ trunk/src/main/org/hornetq/core/config/impl/FileConfiguration.java	2009-11-04 08:37:47 UTC (rev 8203)
@@ -396,11 +396,6 @@
 
          params.put(key, nValue.getTextContent());
       }
-      
-      for (Entry<String, Object> entry : params.entrySet())
-      {
-         System.out.println(entry.getKey() + "=" + entry.getValue());
-      }
 
       return new TransportConfiguration(clazz, params, name);
    }



More information about the hornetq-commits mailing list