From d0e11c25e2e3c14fb7aa8351ea80126efc191eb9 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 13 Jun 2007 04:03:18 +0000 Subject: [PATCH] javadoc --- .../webflow/executor/jsf/FlowSystemCleanupFilter.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowSystemCleanupFilter.java b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowSystemCleanupFilter.java index 4661df7f..3ccb993e 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowSystemCleanupFilter.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowSystemCleanupFilter.java @@ -28,10 +28,10 @@ import org.springframework.webflow.context.ExternalContextHolder; /** * A servlet filter used to guarantee that webflow context information is - * cleaned up in a JSF environment. + * cleaned up in a JSF environment. Most useful to ensure no possibility + * of a flow execution remaining locked due to an uncaught JSF exception. * * @author Ben Hale - * @since 1.1 */ public class FlowSystemCleanupFilter extends OncePerRequestFilter { @@ -81,5 +81,4 @@ public class FlowSystemCleanupFilter extends OncePerRequestFilter { private static String getFlowExecutionHolderKey() { return FlowExecutionHolder.class.getName(); } - -} +} \ No newline at end of file