slight reordering of cleanup stmts

This commit is contained in:
Keith Donald
2007-05-04 18:59:47 +00:00
parent c4f5d91343
commit e8d33bfe5e

View File

@@ -107,8 +107,8 @@ public class FlowExecutionHolderUtils {
*/
public static void cleanupCurrentFlowExecution(FacesContext context) {
if (isFlowExecutionRestored(context)) {
getFlowExecutionHolder(context).unlockFlowExecutionIfNecessary();
FlowExecutionContextHolder.setFlowExecutionContext(null);
getFlowExecutionHolder(context).unlockFlowExecutionIfNecessary();
context.getExternalContext().getRequestMap().remove(getFlowExecutionHolderKey());
}
}