mernst opened a new pull request, #1424:
URL: https://github.com/apache/logging-log4j2/pull/1424
In the formatted API documentation, both `null` and `{@literal null}` format
identically, so there is no need for the latter. `@literal` is for literal
text, not for Java manifest literals such as `null`. This pull request changes
`{@literal null}` to `{@code null}`, which is used elsewhere and is probably
what was intended.
--
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]