comparison src/main/java/de/intevation/artifacts/httpclient/ConsoleClient.java @ 22:dbf1bfa070af

Removed trailing whitespace. http-client/trunk@2242 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:16:04 +0000
parents 2fdfa20cfa63
children
comparison
equal deleted inserted replaced
21:79a5a2455d6d 22:dbf1bfa070af
247 247
248 Document description = (Document) client.describe( 248 Document description = (Document) client.describe(
249 artifact, describe, new DocumentResponseHandler()); 249 artifact, describe, new DocumentResponseHandler());
250 250
251 List pieces = Arrays.asList(text.split(",")); 251 List pieces = Arrays.asList(text.split(","));
252 List options = new ArrayList(pieces.size()); 252 List options = new ArrayList(pieces.size());
253 253
254 Node dynamic = XMLUtils.getNodeXPath(description, XPATH_DYNAMIC); 254 Node dynamic = XMLUtils.getNodeXPath(description, XPATH_DYNAMIC);
255 255
256 // TODO We should handle these cases better!! 256 // TODO We should handle these cases better!!
257 NodeList items = (NodeList) XMLUtils.getXPath( 257 NodeList items = (NodeList) XMLUtils.getXPath(

http://dive4elements.wald.intevation.org