made serialized flow execution snapshot public

This commit is contained in:
Keith Donald
2009-04-14 15:16:39 +00:00
parent e1cbf8de97
commit 9b0d5179db
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ Bug Fixes
* Fixed bug where flow was not redirecting after ViewState bind/validation error when not an Ajax request and redirectOnPause was set to true (SWF-1096).
* Fixed bug where parent Model list could be shared by child in flow definition inheritance algorithm (SWF-1094).
* Fixed bug where AjaxTilesView was not checking the AttributeType to determine potentially renderable Tiles Attributes (SWF-1092).
* Made FlowExecutionSnapshotGroup public for serialization reasons
Improvements
* Added org.springframework.webflow dm Server library definition for use in a dm Server deployment environment (SWF-1067)

View File

@@ -45,7 +45,7 @@ import org.springframework.webflow.execution.FlowExecution;
* @author Keith Donald
* @author Erwin Vervaet
*/
class SerializedFlowExecutionSnapshot extends FlowExecutionSnapshot implements Externalizable {
public class SerializedFlowExecutionSnapshot extends FlowExecutionSnapshot implements Externalizable {
private byte[] flowExecutionData;