Author: tn
Date: Wed Feb 20 16:51:35 2013
New Revision: 1448290
URL: http://svn.apache.org/r1448290
Log:
Remove wrong param tags, complete javadoc.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java?rev=1448290&r1=1448289&r2=1448290&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java
Wed Feb 20 16:51:35 2013
@@ -405,7 +405,6 @@ public class FastDateParser implements D
* which will accept this field
* @param parser The parser calling this strategy
* @param regex The <code>StringBuilder</code> to append to
- * @param Calendar The calendar this strategy must parse
* @return true, if this field will set the calendar;
* false, if this field is a constant value
*/
@@ -492,7 +491,6 @@ public class FastDateParser implements D
/**
* Construct a Strategy that parses a Text field
- * @param locale The Locale of the TimeZone to parse
* @param field The Calendar field
* @param definingCalendar The calendar to obtain the short and long values
* @return a TextStrategy for the field and Locale
@@ -557,7 +555,9 @@ public class FastDateParser implements D
/**
* Construct a Strategy that parses a Text field
- * @param field The Calendar field
+ * @param field The Calendar field
+ * @param definingCalendar The Calendar to use
+ * @param locale The Locale to use
*/
TextStrategy(final int field, final Calendar definingCalendar, final
Locale locale) {
this.field= field;