Default implementation actually returns false
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3000281e86
commit
704312c34c
|
@ -387,7 +387,7 @@ public class FastDateParser implements DateParser, Serializable {
|
|||
private static abstract class Strategy {
|
||||
/**
|
||||
* Is this field a number?
|
||||
* The default implementation returns true.
|
||||
* The default implementation returns false.
|
||||
*
|
||||
* @return true, if field is a number
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue