Mercurial > dive4elements > gnv-client
diff gnv-artifacts/src/main/java/de/intevation/gnv/utils/ArtifactXMLUtilities.java @ 807:a645bd23c1c8
Added more javadoc. Removed trailing whitespace.
gnv-artifacts/trunk@889 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 08 Apr 2010 15:24:45 +0000 |
parents | 2cea76f1112e |
children | 499cfbbb61bc |
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/utils/ArtifactXMLUtilities.java Thu Apr 08 13:10:39 2010 +0000 +++ b/gnv-artifacts/src/main/java/de/intevation/gnv/utils/ArtifactXMLUtilities.java Thu Apr 08 15:24:45 2010 +0000 @@ -62,7 +62,7 @@ /** * Creates an <code>Element</code> and returns it. - * + * * @param document A document * @param name Name of a node. * @return an Element. @@ -213,7 +213,7 @@ /** * Read <i>fileName</i> and return the first child node. - * + * * @param fileName An xml document. * @return the first child node in this document. */