Skip to content

Commit af751f6

Browse files
committed
fix unit test failed
Signed-off-by: xuwenping <[email protected]>
1 parent 1c749f7 commit af751f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

logback-access/src/main/java/ch/qos/logback/access/pattern/DateConverter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public void start() {
5353

5454
try {
5555
cachingDateFormatter = new CachingDateFormatter(datePattern, zoneId, locale);
56-
// maximumCacheValidity = CachedDateFormat.getMaximumCacheValidity(pattern);
5756
} catch (IllegalArgumentException e) {
5857
addWarn("Could not instantiate SimpleDateFormat with pattern " + datePattern, e);
5958
addWarn("Defaulting to " + CoreConstants.CLF_DATE_PATTERN);

0 commit comments

Comments
 (0)