Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 735:d47901df0a14
Integrated the handling of AutoResumeStates into the initialization Process of an Artifact.
gnv-artifacts/trunk@773 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 15 Mar 2010 12:50:08 +0000 |
parents | 8f7fe0cc6e5a |
children | b8c7105f2b94 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Mar 15 12:39:35 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Mar 15 12:50:08 2010 +0000 @@ -1,3 +1,11 @@ +2010-03-15 Tim Englich <tim.englich@intevation.de> + + * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: + Integrated the handling of AutoResumeStates into the initialization + Process of an Artifact. After an Initialization of an Artifact it will be + proved if the Current State is an AutoResumeState. If it is the next valid + state in the sequence will be set to the current State. + 2010-03-15 Tim Englich <tim.englich@intevation.de> * src/main/java/de/intevation/gnv/state/DefaultAutoResumeState.java,