[PATCH 6 of 6] Corrected doc

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


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1378475326 -7200
# Node ID e1010a0f0b05c06237c971fd12ffcc64e0399f9e
# Parent  c47f1a1d0f0f677cb0a8475f84cdd4cc89b65c84
Corrected doc.

diff -r c47f1a1d0f0f -r e1010a0f0b05 artifacts/src/main/java/org/dive4elements/river/collections/CollectionAttribute.java
--- a/artifacts/src/main/java/org/dive4elements/river/collections/CollectionAttribute.java	Fri Sep 06 15:44:02 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/collections/CollectionAttribute.java	Fri Sep 06 15:48:46 2013 +0200
@@ -96,14 +96,14 @@
         }
 
         if (outputMap == null) {
-            logger.warn("Tried to add facet but no Outputs are existing yet.");
+            logger.warn("Tried to add settings but no Outputs are existing yet.");
             return;
         }
 
         Output output = outputMap.get(outputKey);
 
         if (output == null) {
-            logger.warn("Tried to add facet for unknown Output: " + outputKey);
+            logger.warn("Tried to add settings for unknown Output: " + outputKey);
             return;
         }
 


More information about the Dive4elements-commits mailing list