# HG changeset patch # User Felix Wolfsteller # Date 1351068209 -7200 # Node ID 89083b82b8cd721648e50632da02ce4a6bf1eba2 # Parent e972d8ea8555c03aaf4976fe030ef9a49018715b Doc and cosmetic change for MainValuesWFacet. diff -r e972d8ea8555 -r 89083b82b8cd flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/MainValuesWFacet.java --- 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 ws = mvArtifact.getMainValuesW(isAtGauge); + List ws = mvArtifact.getMainValuesW(isAtGauge); List xy = new ArrayList(); // Find whether a duration curve is on the blackboard.