Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 3986:b7bdef1831ac
Removed heavy weight data from the gauge discharge curve facet.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Sun, 30 Sep 2012 13:55:28 +0200 |
parents | a4930c43b806 |
children | b328da465fe9 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Sun Sep 30 13:23:05 2012 +0200 +++ b/flys-artifacts/ChangeLog Sun Sep 30 13:55:28 2012 +0200 @@ -1,3 +1,15 @@ +2012-09-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/GaugeDischargeCurveArtifact.java, + src/main/java/de/intevation/flys/artifacts/model/GaugeDischargeCurveFacet.java: + Removed heavy weight backend data (gauge) from facet. + The relevant data is already available in the artifact. + + !!! Facets should be only used to retrieve data with the help of + !!! the artifact. If the artifact already stores the data or + !!! is able to fetch it for the facet don't replicated it in + !!! the members of the facet. + 2012-09-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/GaugeDischargeCurveArtifact.java,