Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 781:5dd94448538d
Added timegap definitions as attribute to each state.
gnv-artifacts/trunk@860 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 10:02:42 +0000 |
parents | c4156275c1e1 |
children | 725f7573b6ea |
comparison
equal
deleted
inserted
replaced
780:c4156275c1e1 | 781:5dd94448538d |
---|---|
1 2010-03-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
4 Each TimeSeriesArtifacts stores information about its TimeGapDefinitions, | |
5 otherwise we are not able to continue with an artifact after a restart of | |
6 the artifact server. | |
7 | |
8 TODO: The information about TimeGapDefinitions are equal for each type of | |
9 artifacts. It would be better to store these definitions on a central | |
10 place (i.e. see ChartTheme configuration). | |
11 | |
12 * src/main/java/de/intevation/gnv/timeseries/gap/TimeGap.java: Implements | |
13 Serializable. | |
14 | |
1 2010-03-29 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 15 2010-03-29 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/gnv/**/*.java: | 17 * src/main/java/de/intevation/gnv/**/*.java: |
4 Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>' | 18 Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>' |
5 | 19 |