Unnecessary ;
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1381832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c253255984
commit
39f1521db3
|
@ -793,7 +793,7 @@ public class FastDateParser implements DateParser, Serializable {
|
|||
}
|
||||
cal.setTimeZone(tz);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private static final Strategy ERA_STRATEGY = new TextStrategy(Calendar.ERA);
|
||||
private static final Strategy DAY_OF_WEEK_STRATEGY = new TextStrategy(Calendar.DAY_OF_WEEK);
|
||||
|
|
Loading…
Reference in New Issue