Skip to content

Commit

Permalink
fix unit test failed
Browse files Browse the repository at this point in the history
Signed-off-by: xuwenping <wenpingxu123@163.com>
  • Loading branch information
xuwenping123 committed Jan 19, 2024
1 parent 1c749f7 commit af751f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public void start() {

try {
cachingDateFormatter = new CachingDateFormatter(datePattern, zoneId, locale);
// maximumCacheValidity = CachedDateFormat.getMaximumCacheValidity(pattern);
} catch (IllegalArgumentException e) {
addWarn("Could not instantiate SimpleDateFormat with pattern " + datePattern, e);
addWarn("Defaulting to " + CoreConstants.CLF_DATE_PATTERN);
Expand Down

0 comments on commit af751f6

Please sign in to comment.