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:
Sebastian Bazley 2012-09-07 00:54:28 +00:00
parent c253255984
commit 39f1521db3
1 changed files with 1 additions and 1 deletions

View File

@ -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);