Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 355:d97982627596
Bugfixes: Adapted a broken method call of TransitionEngine.isStateReachable() and added the outputs of a current state to the DESCRIBE.
flys-artifacts/trunk@1762 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 28 Apr 2011 11:20:11 +0000 |
parents | 542f280d72c3 |
children | 22e9574c8b1b |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Apr 28 11:16:21 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Apr 28 11:20:11 2011 +0000 @@ -1,3 +1,12 @@ +2011-04-28 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java, + src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Bugfixes: + - Adapted the parameters of the isStateReachable() call - added the + artifact and the current state. + - Append the outputs of a current state if the state is filled with + valid data. + 2011-04-28 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/transitions/DefaultTransition.java: