nulled out lock

This commit is contained in:
Keith Donald
2007-04-13 16:26:16 +00:00
parent 0454c0cca9
commit bdceb766a5

View File

@@ -128,6 +128,7 @@ public class FlowExecutionHolder implements Serializable {
if (flowExecutionLock != null) {
flowExecutionLock.unlock();
}
this.flowExecutionLock = null;
this.flowExecution = flowExecution;
}