Skip to content

Commit d4b0192

Browse files
ppkarwaszvy
andauthored
Fix java.util.Formatter name
Co-authored-by: Volkan Yazıcı <volkan@yazi.ci>
1 parent 33341b5 commit d4b0192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/changelog/.2.x.x/1223_change_formatted_message_heuristic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<issue id="1223" link="https://github.com/apache/logging-log4j2/issues/1223"/>
77
<description format="asciidoc">
88
Change the order of evaluation of `FormattedMessage` formatters.
9-
Messages are evaluated using `java.util.Format` only if they don't comply to the `java.text.MessageFormat` or `ParameterizedMessage` format.
9+
Messages are evaluated using `java.util.Formatter` only if they don't comply to the `java.text.MessageFormat` or `ParameterizedMessage` format.
1010
</description>
1111
</entry>

0 commit comments

Comments
 (0)