Mercurial > dive4elements > http-client
diff src/main/java/de/intevation/artifacts/httpclient/objects/Artifact.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 | a1db30b33f43 |
children |
line wrap: on
line diff
--- 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) {