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:
Benedikt Ritter 2014-01-03 14:09:47 +00:00
parent 3000281e86
commit 704312c34c
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ public class FastDateParser implements DateParser, Serializable {
private static abstract class Strategy { private static abstract class Strategy {
/** /**
* Is this field a number? * Is this field a number?
* The default implementation returns true. * The default implementation returns false.
* *
* @return true, if field is a number * @return true, if field is a number
*/ */