comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 5046:ace7a56d8047

FLYSArtifactCollection: WSP cosmetic.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 20 Feb 2013 11:48:54 +0100
parents 86d825d1173f
children
comparison
equal deleted inserted replaced
5045:58b92f37f56b 5046:ace7a56d8047
374 374
375 Document oldAttrs = getAttribute(); 375 Document oldAttrs = getAttribute();
376 AttributeParser parser = new AttributeParser(oldAttrs); 376 AttributeParser parser = new AttributeParser(oldAttrs);
377 CollectionAttribute cAttr = parser.getCollectionAttribute(); 377 CollectionAttribute cAttr = parser.getCollectionAttribute();
378 378
379 Output output = cAttr.getOutput(name); 379 Output output = cAttr.getOutput(name);
380 Settings settings = null; 380 Settings settings = null;
381 if (output != null) { 381 if (output != null) {
382 settings = output.getSettings(); 382 settings = output.getSettings();
383 383
384 if (debug) { 384 if (debug) {

http://dive4elements.wald.intevation.org