slight reordering of cleanup stmts
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user