Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3935:6cdd994ee8a4
Make addOutput of StaticState public
Allow artifacts to add static outputs.
flys-artifacts/trunk@5635 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 08:41:13 +0000 |
parents | 33fcc786f246 |
children | 4e1b3b4ef132 |
comparison
equal
deleted
inserted
replaced
3934:33fcc786f246 | 3935:6cdd994ee8a4 |
---|---|
1 2012-09-29 Björn Ricks <bjoern.ricks@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/states/StaticState.java: | |
4 Make addOuput public. Allow StaticArtifacts to add static outputs to the | |
5 state. | |
6 | |
1 2012-09-29 Björn Ricks <bjoern.ricks@intevation.de> | 7 2012-09-29 Björn Ricks <bjoern.ricks@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: | 9 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: |
4 Add protected method addFacets to allow child classes to add facets | 10 Add protected method addFacets to allow child classes to add facets |
5 without accessing the member variable. | 11 without accessing the member variable. |