From cac9a040d0bf01027d99674e9a6b3fb87d84b705 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 27 Apr 2008 15:43:41 +0000 Subject: [PATCH] javadoc --- .../execution/repository/impl/FlowExecutionSnapshotGroup.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/FlowExecutionSnapshotGroup.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/FlowExecutionSnapshotGroup.java index cafd3018..156aa978 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/FlowExecutionSnapshotGroup.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/FlowExecutionSnapshotGroup.java @@ -6,7 +6,8 @@ import org.springframework.webflow.execution.repository.snapshot.FlowExecutionSn import org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException; /** - * A group of flow execution snapshots. + * A group of flow execution snapshots. A SPI interface that encapsulates the storage management for a group of flow + * execution snapshots. * * @author Keith Donald */