From 72ccde6297fcd28e6863e24d1af49789b60f8824 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 22 Apr 2008 22:40:10 +0000 Subject: [PATCH] public access --- .../execution/repository/support/CompositeFlowExecutionKey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.