mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 02:58:33 +00:00
Formating.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8e024f8cd
commit
4fcfad957d
@ -422,6 +422,7 @@ int getFieldWidth() {
|
||||
* A strategy to parse a single field from the parsing pattern
|
||||
*/
|
||||
private static abstract class Strategy {
|
||||
|
||||
/**
|
||||
* Is this field a number?
|
||||
* The default implementation returns false.
|
||||
@ -431,6 +432,7 @@ private static abstract class Strategy {
|
||||
boolean isNumber() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the Calendar with the parsed field.
|
||||
*
|
||||
@ -443,6 +445,7 @@ boolean isNumber() {
|
||||
void setCalendar(final FastDateParser parser, final Calendar cal, final String value) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate a <code>Pattern</code> regular expression to the <code>StringBuilder</code>
|
||||
* which will accept this field
|
||||
|
Loading…
x
Reference in New Issue
Block a user