comparison flys-client/src/main/java/de/intevation/flys/client/server/meta/Converter.java @ 3483:b21840188264

Removed trailing whitespace. flys-client/trunk@5180 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 09 Aug 2012 08:05:51 +0000
parents 9b29facddbd1
children 823c8afa1335
comparison
equal deleted inserted replaced
3482:c64cad8dc772 3483:b21840188264
121 logger.debug("nwd: " + ((Element)child).getAttribute("description")); 121 logger.debug("nwd: " + ((Element)child).getAttribute("description"));
122 } 122 }
123 } // for all children 123 } // for all children
124 } 124 }
125 125
126 126
127 /** 127 /**
128 * Creates key/value pairs from Nodes Attributes. 128 * Creates key/value pairs from Nodes Attributes.
129 */ 129 */
130 public static AttrList toAttrList(NamedNodeMap nodeMap) { 130 public static AttrList toAttrList(NamedNodeMap nodeMap) {
131 if (nodeMap == null) { 131 if (nodeMap == null) {

http://dive4elements.wald.intevation.org