Minor formatting.

This commit is contained in:
Gary Gregory 2021-02-21 11:37:48 -05:00
parent f843429145
commit 8d35d66ba9
1 changed files with 2 additions and 1 deletions

View File

@ -696,7 +696,8 @@ private void validateSdfFormatFdpParseEquality(final String format, final Locale
assertEquals(in, out,
"Locale: " + locale + ", date: " + in + ", format: '" + format + "', time zone: " + tz.getID());
} catch (final ParseException pe) {
if (year >= 1868 || !locale.getCountry().equals("JP")) {// LANG-978
if (year >= 1868 || !locale.getCountry().equals("JP")) {
// LANG-978
throw pe;
}
}