Author: clebert.suconic(a)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();
}
Show replies by date