You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/09/28 21:10:15 UTC

[GitHub] [activemq-artemis] tabish121 commented on a diff in pull request #4237: ARTEMIS-4020 Using a little trick to create the Loggers

tabish121 commented on code in PR #4237:
URL: https://github.com/apache/activemq-artemis/pull/4237#discussion_r982860735


##########
tests/activemq5-unit-tests/src/test/java/org/apache/activemq/transport/failover/FailoverPriorityTest.java:
##########
@@ -37,6 +37,7 @@
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
+import java.lang.invoke.MethodHandles;

Review Comment:
   This one doesn't seem like it needs the import, or it should actually use it in the logger declaration below.



-- 
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: gitbox-unsubscribe@activemq.apache.org

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