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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 17 00:35:53 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-02-17 00:35:53 -0500 (Thu, 17 Feb 2011)
New Revision: 10227

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl/HierarchicalObjectRepository.java
Log:
tweak

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl/HierarchicalObjectRepository.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl/HierarchicalObjectRepository.java	2011-02-17 05:02:54 UTC (rev 10226)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl/HierarchicalObjectRepository.java	2011-02-17 05:35:53 UTC (rev 10227)
@@ -158,7 +158,6 @@
    public void removeMatch(final String match)
    {
       matches.remove(match);
-      new Exception("Clearing cache").printStackTrace();
       clearCache();
       onChange();
    }



More information about the hornetq-commits mailing list