mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 18:48:39 +00:00
Add a default case to switch to appease FindBugs
This commit is contained in:
parent
8069e1c1ce
commit
9f7d03f091
@ -863,6 +863,8 @@ private static class TzInfo {
|
|||||||
case 5: // offset 5 starts additional names, probably standard time
|
case 5: // offset 5 starts additional names, probably standard time
|
||||||
tzInfo = standard;
|
tzInfo = standard;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (zoneNames[i] != null) {
|
if (zoneNames[i] != null) {
|
||||||
final String key = zoneNames[i].toLowerCase(locale);
|
final String key = zoneNames[i].toLowerCase(locale);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user