Mercurial > dive4elements > http-client
changeset 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 | 79a5a2455d6d |
children | fb8a7e3e91ad |
files | ChangeLog src/main/java/de/intevation/artifacts/httpclient/ConsoleClient.java src/main/java/de/intevation/artifacts/httpclient/objects/Artifact.java src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java |
diffstat | 4 files changed, 18 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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 <sascha.teichmann@intevation.de> + + * 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 <sascha.teichmann@intevation.de> * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.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);
--- 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 <code>ArtifactDatabase</code>. */ 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 <code>ArtifactDatabase</code> - * @param hash the hash of the artifact which was send be the + * @param hash the hash of the artifact which was send be the * <code>ArtifactDatabase</code> */ public Artifact(String uuid, String hash) {
--- 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 <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> @@ -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,