You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "mernst (via GitHub)" <gi...@apache.org> on 2023/04/11 17:20:24 UTC

[PR] Change `{@literal null}` to `{@code null}` (logging-log4j2)

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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Change `{@literal null}` to `{@code null}` (logging-log4j2)

Posted by "vy (via GitHub)" <gi...@apache.org>.
vy merged PR #1424:
URL: https://github.com/apache/logging-log4j2/pull/1424


-- 
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-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org