[Dive4elements-commits] [PATCH 2 of 6] Doc and cosmetic change for MainValuesWFacet

Wald Commits scm-commit at wald.intevation.org
Wed Oct 24 14:25:30 CEST 2012


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# 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<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.


More information about the Dive4elements-commits mailing list