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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 21 12:33:22 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-02-21 12:33:22 -0500 (Mon, 21 Feb 2011)
New Revision: 10236

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

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-21 17:29:52 UTC (rev 10235)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/settings/impl/HierarchicalObjectRepository.java	2011-02-21 17:33:22 UTC (rev 10236)
@@ -93,7 +93,7 @@
       T cacheResult = cache.get(match);
       if (cacheResult != null)
       {
-         return cache.get(match);
+         return cacheResult;
       }
       T actualMatch;
       HashMap<String, Match<T>> possibleMatches = getPossibleMatches(match);



More information about the hornetq-commits mailing list