ppkarwasz commented on code in PR #1961:
URL: https://github.com/apache/logging-log4j2/pull/1961#discussion_r1390020145
##########
log4j-api/src/main/java/org/apache/logging/log4j/message/ReusableMessageFactory.java:
##########
@@ -30,6 +30,7 @@
* @since 2.6
*/
@PerformanceSensitive("allocation")
+@SuppressWarnings("ThreadLocalUsage")
Review Comment:
I agree, all of the changes in this PR are warnings and some code changes
are there just to help Error Prone understanding that we understand the problem.
--
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]