conversation/continuation terms renamed to execution/snapshot terms for simplicity / improved lexicon

This commit is contained in:
Keith Donald
2008-04-27 15:37:25 +00:00
parent 411bda5312
commit fb4c610acd

View File

@@ -21,7 +21,7 @@ import org.springframework.webflow.execution.repository.support.FlowExecutionSta
import org.springframework.webflow.test.MockExternalContext;
import org.springframework.webflow.test.MockFlowExecutionKeyFactory;
public class SerializedFlowExecutionContinuationFactoryTests extends TestCase {
public class SerializedFlowExecutionSnapshotFactoryTests extends TestCase {
private Flow flow;
private SerializedFlowExecutionSnapshotFactory factory;
private FlowExecutionStateRestorer stateRestorer;