Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/718#discussion_r74703757
--- Diff:
integration/activemq-vertx-integration/src/main/java/org/apache/activemq/artemis/integration/vertx/ActiveMQVertxLogger.java
---
@@ -38,7 +38,7 @@
* so an INFO message would be 191000 to 191999
*/
@MessageLogger(projectCode = "AMQ")
-public interface ActiveMQVertxLogger extends BasicLogger {
+interface ActiveMQVertxLogger extends BasicLogger {
--- End diff --
I don't really mind on this module.I will merge this.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---