diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/AbstractFlowExecutionPropertyResolver.java b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/AbstractFlowExecutionPropertyResolver.java index dc1b2356..c4c02b41 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/AbstractFlowExecutionPropertyResolver.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/AbstractFlowExecutionPropertyResolver.java @@ -23,7 +23,7 @@ import javax.faces.el.ReferenceSyntaxException; import org.springframework.webflow.execution.FlowExecution; /** - * Base class for property resolvers that set flow execution attributes. + * Base class for property resolvers that get and set flow execution attributes. * * @author Keith Donald */