Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Nov 30, 2010
1 parent 8b37481 commit e8a65ad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public int parse(DateTimeParseContext context, String parseText, int position) {
if (position == length) {
return ~position;
}
// TODO: should the comparison use the locale?
if (parseText.regionMatches(!context.isCaseSensitive(), position, utcText, 0, utcLen)) {
context.setParsed(ZoneOffset.rule(), ZoneOffset.UTC);
return position + utcLen;
Expand Down

0 comments on commit e8a65ad

Please sign in to comment.