# HG changeset patch # User Sascha L. Teichmann # Date 1309108564 0 # Node ID dbf1bfa070af4086811119ef33f3b3227e7fcd8d # Parent 79a5a2455d6da0830914df7ab5a2f6ee91afebc0 Removed trailing whitespace. http-client/trunk@2242 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 79a5a2455d6d -r dbf1bfa070af ChangeLog --- a/ChangeLog Wed Jun 01 14:32:24 2011 +0000 +++ b/ChangeLog Sun Jun 26 17:16:04 2011 +0000 @@ -1,3 +1,10 @@ +2011-06-26 Sascha L. Teichmann + + * src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java, + src/main/java/de/intevation/artifacts/httpclient/ConsoleClient.java, + src/main/java/de/intevation/artifacts/httpclient/objects/Artifact.java: + Removed trailing whitespace. + 2011-06-01 Sascha L. Teichmann * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java: diff -r 79a5a2455d6d -r dbf1bfa070af src/main/java/de/intevation/artifacts/httpclient/ConsoleClient.java --- a/src/main/java/de/intevation/artifacts/httpclient/ConsoleClient.java Wed Jun 01 14:32:24 2011 +0000 +++ b/src/main/java/de/intevation/artifacts/httpclient/ConsoleClient.java Sun Jun 26 17:16:04 2011 +0000 @@ -249,7 +249,7 @@ artifact, describe, new DocumentResponseHandler()); List pieces = Arrays.asList(text.split(",")); - List options = new ArrayList(pieces.size()); + List options = new ArrayList(pieces.size()); Node dynamic = XMLUtils.getNodeXPath(description, XPATH_DYNAMIC); diff -r 79a5a2455d6d -r dbf1bfa070af src/main/java/de/intevation/artifacts/httpclient/objects/Artifact.java --- a/src/main/java/de/intevation/artifacts/httpclient/objects/Artifact.java Wed Jun 01 14:32:24 2011 +0000 +++ b/src/main/java/de/intevation/artifacts/httpclient/objects/Artifact.java Sun Jun 26 17:16:04 2011 +0000 @@ -17,7 +17,7 @@ public class Artifact { /** - * The uuid of this Artifact which must be used to identify + * The uuid of this Artifact which must be used to identify * the artifact at the ArtifactDatabase. */ private String uuid = null; @@ -29,9 +29,9 @@ /** * Constructor - * @param uuid the uuid of this Artifact which must be used to identify + * @param uuid the uuid of this Artifact which must be used to identify * the artifact at the ArtifactDatabase - * @param hash the hash of the artifact which was send be the + * @param hash the hash of the artifact which was send be the * ArtifactDatabase */ public Artifact(String uuid, String hash) { diff -r 79a5a2455d6d -r dbf1bfa070af src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java --- a/src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java Wed Jun 01 14:32:24 2011 +0000 +++ b/src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java Sun Jun 26 17:16:04 2011 +0000 @@ -38,7 +38,7 @@ import org.xml.sax.SAXException; /** - * This class provides many helper-Methods for handling different kinds of + * This class provides many helper-Methods for handling different kinds of * XML-stuff. * @author Ingo Weinzierl * @author Sascha L. Teichmann @@ -102,7 +102,7 @@ } /** - * Adds a new attribute to the given element. + * Adds a new attribute to the given element. * @param element the element where the attribute should be placed in. * @param name the name of the attribute * @param value the value of the attribute @@ -152,7 +152,7 @@ } /** - * Fetch the value of an element or attribute from the given resource + * Fetch the value of an element or attribute from the given resource * using the query. * @param root the source where the value should be fetch from * @param query the query that should be used to fetch the value @@ -221,7 +221,7 @@ } /** - * Fetch a Nodeset value from a XML-Fragment or XML-Document using the + * Fetch a Nodeset value from a XML-Fragment or XML-Document using the * given query. * @param root the source where the String should be fetched from * @param query the query that should be used, @@ -232,7 +232,7 @@ } /** - * Fetch a Node from a XML-Fragment or XML-Document using the + * Fetch a Node from a XML-Fragment or XML-Document using the * given query. * @param root the source where the Node should be fetched from * @param query the query that should be used, @@ -243,7 +243,7 @@ } /** - * Fetch a String value from a XML-Fragment or XML-Document using the + * Fetch a String value from a XML-Fragment or XML-Document using the * given query. * @param root the source where the String should be fetched from * @param xpath the query that should be used, @@ -254,7 +254,7 @@ } /** - * Fetch a String value from a XML-Fragment or XML-Document using the + * Fetch a String value from a XML-Fragment or XML-Document using the * given query. * @param root the source where the String should be fetched from * @param query the query that should be used,