comparison artifacts/src/main/java/org/dive4elements/river/collections/CollectionAttribute.java @ 6977:e1010a0f0b05

Corrected doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 06 Sep 2013 15:48:46 +0200
parents 458f20eeb65c
children 162ef5e93715
comparison
equal deleted inserted replaced
6976:c47f1a1d0f0f 6977:e1010a0f0b05
94 logger.warn("Tried to set empty Settings for '" + outputKey + "'"); 94 logger.warn("Tried to set empty Settings for '" + outputKey + "'");
95 return; 95 return;
96 } 96 }
97 97
98 if (outputMap == null) { 98 if (outputMap == null) {
99 logger.warn("Tried to add facet but no Outputs are existing yet."); 99 logger.warn("Tried to add settings but no Outputs are existing yet.");
100 return; 100 return;
101 } 101 }
102 102
103 Output output = outputMap.get(outputKey); 103 Output output = outputMap.get(outputKey);
104 104
105 if (output == null) { 105 if (output == null) {
106 logger.warn("Tried to add facet for unknown Output: " + outputKey); 106 logger.warn("Tried to add settings for unknown Output: " + outputKey);
107 return; 107 return;
108 } 108 }
109 109
110 output.setSettings(settings); 110 output.setSettings(settings);
111 } 111 }

http://dive4elements.wald.intevation.org