Formatting.

This commit is contained in:
Gary Gregory 2020-06-22 09:14:34 -04:00
parent e291a601db
commit 4d403b4ff3
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public class DateUtils {
}
final TimeZone tz = TimeZone.getDefault();
final Locale lcl = locale==null ?Locale.getDefault() : locale;
final Locale lcl = locale==null ? Locale.getDefault() : locale;
final ParsePosition pos = new ParsePosition(0);
final Calendar calendar = Calendar.getInstance(tz, lcl);
calendar.setLenient(lenient);