Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
354:542f280d72c3 | 355:d97982627596 |
---|---|
1 2011-04-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java, | |
4 src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Bugfixes: | |
5 - Adapted the parameters of the isStateReachable() call - added the | |
6 artifact and the current state. | |
7 - Append the outputs of a current state if the state is filled with | |
8 valid data. | |
9 | |
1 2011-04-28 Ingo Weinzierl <ingo@intevation.de> | 10 2011-04-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/artifacts/transitions/DefaultTransition.java: | 12 * src/main/java/de/intevation/flys/artifacts/transitions/DefaultTransition.java: |
4 Added the missing init() method that has been introduced in the | 13 Added the missing init() method that has been introduced in the |
5 interface some commits ealier. | 14 interface some commits ealier. |