comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/ComputationRangeState.java @ 8776:1116079e6624

Tidied.
author Tom Gottfried <tom@intevation.de>
date Wed, 02 Dec 2015 19:35:11 +0100
parents a5e450af498b
children 8c0d1542c1d8 0a5239a1e46e
comparison
equal deleted inserted replaced
8775:76c84294c1d3 8776:1116079e6624
57 57
58 cr.addAttr(select, "name", data.getName(), true); 58 cr.addAttr(select, "name", data.getName(), true);
59 59
60 Element label = ProtocolUtils.createArtNode( 60 Element label = ProtocolUtils.createArtNode(
61 cr, "label", null, null); 61 cr, "label", null, null);
62
63 // XXX: DEAD CODE
64 /*
65 Element choices = ProtocolUtils.createArtNode(
66 cr, "choices", null, null);
67 */
68 62
69 label.setTextContent(Resources.getMsg( 63 label.setTextContent(Resources.getMsg(
70 context.getMeta(), 64 context.getMeta(),
71 data.getName(), 65 data.getName(),
72 data.getName())); 66 data.getName()));

http://dive4elements.wald.intevation.org