Spurious @return

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1493751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-06-17 13:15:05 +00:00
parent b833be807d
commit ea9662ee39
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ public final class DateUtils {
* @param dateValue the date value to parse * @param dateValue the date value to parse
* @param dateFormats the date formats to use * @param dateFormats the date formats to use
* *
* @return the parsed date
*
* @return the parsed date or null if input could not be parsed * @return the parsed date or null if input could not be parsed
*/ */
public static Date parseDate(final String dateValue, final String[] dateFormats) { public static Date parseDate(final String dateValue, final String[] dateFormats) {