Mercurial > dive4elements > river
changeset 4235:89083b82b8cd
Doc and cosmetic change for MainValuesWFacet.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 24 Oct 2012 10:43:29 +0200 |
parents | e972d8ea8555 |
children | 6942a8b31d95 |
files | flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/MainValuesWFacet.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/MainValuesWFacet.java Wed Oct 24 10:42:36 2012 +0200 +++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/MainValuesWFacet.java Wed Oct 24 10:43:29 2012 +0200 @@ -74,7 +74,7 @@ /** - * Returns the data this facet requires. + * Returns the data this facet provides. * * @param artifact the owner artifact. * @param context the CallContext (ignored). @@ -85,7 +85,7 @@ public Object getData(Artifact artifact, CallContext context) { MainValuesArtifact mvArtifact = (MainValuesArtifact) artifact; - List<NamedDouble> ws = mvArtifact.getMainValuesW(isAtGauge); + List<NamedDouble> ws = mvArtifact.getMainValuesW(isAtGauge); List<StickyAxisAnnotation> xy = new ArrayList<StickyAxisAnnotation>(); // Find whether a duration curve is on the blackboard.