ppkarwasz commented on code in PR #1419:
URL: https://github.com/apache/logging-log4j2/pull/1419#discussion_r1282997079
##########
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:
Right, I should add "in the ROOT locale" (which is basically English, but
less anglocentric).
--
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]