[jboss-svn-commits] JBL Code SVN: r24606 - labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jan 8 09:54:00 EST 2009
Author: mark.little at jboss.com
Date: 2009-01-08 09:54:00 -0500 (Thu, 08 Jan 2009)
New Revision: 24606
Modified:
labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/PropertyManagerImpl.java
Log:
https://jira.jboss.org/jira/browse/JBTM-405
Modified: labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/PropertyManagerImpl.java
===================================================================
--- labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/PropertyManagerImpl.java 2009-01-08 14:45:12 UTC (rev 24605)
+++ labs/jbosstm/trunk/common/classes/com/arjuna/common/internal/util/propertyservice/PropertyManagerImpl.java 2009-01-08 14:54:00 UTC (rev 24606)
@@ -160,7 +160,7 @@
if ( value == null )
{
/** Else search upwards **/
- Iterator itr = _parentPropertyManagers.iterator();
+ Iterator itr = _childPropertyManagers.iterator();
while (itr.hasNext() && value == null)
{
PropertyManagerImpl pm = (PropertyManagerImpl)itr.next();
More information about the jboss-svn-commits
mailing list