Author: michiel
Date: 2010-03-15 22:33:39 +0100 (Mon, 15 Mar 2010)
New Revision: 41374
Modified:
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/module/core/TransactionResolver.java
Log:
MMB-1941
Modified:
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/module/core/TransactionResolver.java
===================================================================
---
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/module/core/TransactionResolver.java
2010-03-15 21:22:43 UTC (rev 41373)
+++
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/module/core/TransactionResolver.java
2010-03-15 21:33:39 UTC (rev 41374)
@@ -149,7 +149,7 @@
*
* @throws TransactionManagerException if the transactiosn could not be
successfully completely resolved.
*/
- void resolve(final Collection<MMObjectNode> nodes) throws
TransactionManagerException {
+ Map<String, Integer> resolve(final Collection<MMObjectNode> nodes) throws
TransactionManagerException {
final Map<String, Integer> numbers = new TreeMap<String, Integer>();
/* Temp key -> Real node number */
final Map<MMObjectNode, Collection<String>> nnodes = new
TreeMap<MMObjectNode, Collection<String>>(COMP); /* MMObjectNode --> List of
changed fields */
@@ -254,6 +254,7 @@
check(nodes);
}
+ return numbers;
}
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs