diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/CompositeFlowExecutionKey.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/CompositeFlowExecutionKey.java index aa4ba1c5..c3b4231c 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/CompositeFlowExecutionKey.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/CompositeFlowExecutionKey.java @@ -39,7 +39,7 @@ import org.springframework.webflow.execution.repository.continuation.FlowExecuti * * @author Keith Donald */ -class CompositeFlowExecutionKey extends FlowExecutionKey { +public class CompositeFlowExecutionKey extends FlowExecutionKey { /** * The default conversation id prefix delimiter.