Author: michiel
Date: 2009-07-06 16:31:10 +0200 (Mon, 06 Jul 2009)
New Revision: 36577
Modified:
mmbase/trunk/core/src/main/java/org/mmbase/module/core/TransactionManager.java
Log:
Removed a silly local variable
Modified:
mmbase/trunk/core/src/main/java/org/mmbase/module/core/TransactionManager.java
===================================================================
---
mmbase/trunk/core/src/main/java/org/mmbase/module/core/TransactionManager.java
2009-07-06 14:30:01 UTC (rev 36576)
+++
mmbase/trunk/core/src/main/java/org/mmbase/module/core/TransactionManager.java
2009-07-06 14:31:10 UTC (rev 36577)
@@ -287,8 +287,7 @@
node.storeValue(MMObjectBuilder.TMP_FIELD_RESOLVED, null);
} else {
state.state = State.FAILED;
- String message = "When this failed, it is possible that the
creation of an insrel went right, which leads to a database inconsistency..
stop now.. (transaction 2.0: [rollback?])";
- throw new RuntimeException(message);
+ throw new RuntimeException("When this failed, it is possible
that the creation of an insrel went right, which leads to a database
inconsistency.. stop now.. (transaction 2.0: [rollback?])");
}
}
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs