Mercurial > dive4elements > gnv-client
diff geo-backend/src/main/java/de/intevation/gnv/geobackend/util/DateUtils.java @ 890:e9ca6be4dbd2
Modified some JavaDoc so that the Warnings that where caused by mistakes are removed.
geo-backend/trunk@916 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 13 Apr 2010 09:37:59 +0000 |
parents | e5e30090c37c |
children | d674cef2ca0d |
line wrap: on
line diff
--- a/geo-backend/src/main/java/de/intevation/gnv/geobackend/util/DateUtils.java Tue Apr 13 09:30:10 2010 +0000 +++ b/geo-backend/src/main/java/de/intevation/gnv/geobackend/util/DateUtils.java Tue Apr 13 09:37:59 2010 +0000 @@ -53,7 +53,7 @@ /** * Returns the Date as a String formated using the - * @see de.intevation.gnv.geobackend.util.DateUtils.DATE_PATTERN + * <code>DateUtils.DATE_PATTERN</code> format- * @param pDate the Date which should be formatted * @return the given Data as a String */ @@ -63,8 +63,8 @@ } /** - * Thismethod decodes a Datevalue from the given String useing the - * @see de.intevation.gnv.geobackend.util.DateUtils.DateUtils.DATE_PATTERN1 format- + * This method decodes a Datevalue from the given String useing the + * <code>DateUtils.DATE_PATTERN1</code> format- * @param sStr The String which contains the encoded Datevalue * @return the decoded Datevalue as an Date-object. * @throws Exception throws all Expetion which occurs during the Process.