[PATCH 4 of 6] Doc

Wald Commits scm-commit at wald.intevation.org
Fri Sep 6 17:01:52 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1378474838 -7200
# Node ID 8bcc120e64ae34a712e2ce69dfd178c66f6aa9a7
# Parent  458f20eeb65c0295a922c90087a1f4c6d4f45257
Doc.

diff -r 458f20eeb65c -r 8bcc120e64ae artifacts/src/main/java/org/dive4elements/river/collections/D4EArtifactCollection.java
--- a/artifacts/src/main/java/org/dive4elements/river/collections/D4EArtifactCollection.java	Fri Sep 06 15:37:56 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/collections/D4EArtifactCollection.java	Fri Sep 06 15:40:38 2013 +0200
@@ -362,6 +362,8 @@
             log.debug("-> Output subtype = " + subtype);
         }
 
+        // If type contains 'chartinfo' use a generator that
+        // just allow access to width, height etc.
         OutGenerator generator = null;
         if (type != null
              && type.length() > 0
@@ -629,7 +631,7 @@
     }
 
     /**
-     * Returns artifacts that name facetName.
+     * Returns artifacts with name name.
      *
      * @param name The Artifact name to search
      * @param context The CallContext


More information about the Dive4elements-commits mailing list