Remove wrong param tags, complete javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1448290 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
295ab041dc
commit
9e4c7ad562
|
@ -405,7 +405,6 @@ public class FastDateParser implements DateParser, Serializable {
|
|||
* 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 DateParser, Serializable {
|
|||
|
||||
/**
|
||||
* 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 DateParser, Serializable {
|
|||
|
||||
/**
|
||||
* 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;
|
||||
|
|
Loading…
Reference in New Issue