ppkarwasz commented on code in PR #3338: URL: https://github.com/apache/logging-log4j2/pull/3338#discussion_r1898979632
########## log4j-core/src/main/java/org/apache/logging/log4j/core/util/internal/instant/InstantPatternDynamicFormatter.java: ########## @@ -602,7 +372,7 @@ private static TemporalAccessor toTemporalAccessor(final Instant instant) { : java.time.Instant.ofEpochSecond(instant.getEpochSecond(), instant.getNanoOfSecond()); } - private abstract static class AbstractFormatter implements InstantPatternFormatter { + abstract static class AbstractFormatter implements InstantPatternFormatter { Review Comment: Fixed in https://github.com/apache/logging-log4j2/pull/3338/commits/acaaa694b5b386457695971ee8f6861cd04380e7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org