Don't need a copy of this field.
This commit is contained in:
parent
2c437a12bb
commit
ec700cf69d
|
@ -201,12 +201,10 @@ public class FastDateParser implements DateParser, Serializable {
|
|||
* Parse format into Strategies
|
||||
*/
|
||||
private class StrategyParser {
|
||||
final private String pattern;
|
||||
final private Calendar definingCalendar;
|
||||
private int currentIdx;
|
||||
|
||||
StrategyParser(final String pattern, final Calendar definingCalendar) {
|
||||
this.pattern = pattern;
|
||||
this.definingCalendar = definingCalendar;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue