vy commented on code in PR #1419:
URL: https://github.com/apache/logging-log4j2/pull/1419#discussion_r1282897067


##########
log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FixedDateFormat.java:
##########
@@ -503,6 +510,15 @@ public String getFormat() {
         return fixedFormat.getPattern();
     }
 
+    /**
+     * Returns the length of the resulting formatted date and time strings.
+     *
+     * @return the length of the resulting formatted date and time strings

Review Comment:
   This description is not correct, otherwise we won't need to double the size 
of the buffer in `InstantFormatter`.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to