Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1690#discussion_r155677138
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/WildcardAddressManager.java
---
@@ -30,6 +25,11 @@
import org.apache.activemq.artemis.core.postoffice.BindingsFactory;
import org.apache.activemq.artemis.core.transaction.Transaction;
+import java.util.Collection;
--- End diff --
This move re-change wasn't needed, if could revert, so just the code
changes needed are in the PR.
---