Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1571:1227878665b5
Introduced a DataFactory that should be used to create new Data instances.
flys-client/trunk@3836 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 31 Jan 2012 10:34:54 +0000 |
parents | eeee85c4d996 |
children | 60f8edc7a6f0 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Jan 30 14:36:54 2012 +0000 +++ b/flys-client/ChangeLog Tue Jan 31 10:34:54 2012 +0000 @@ -1,3 +1,12 @@ +2012-01-31 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/server/DataFactory.java: New. + This class should be used to create new Data instances. + + * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: + Use DataFactory to create new Data instances for the old Data objects + contained in the static ui part of the Artifact's DESCRIBE document. + 2012-01-30 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/chart/ManualPointsEditor.java: