Github user apiri commented on the pull request:
https://github.com/apache/nifi/pull/200#issuecomment-178325971
Had checkstyle violations for unused imports:
> [INFO] --- maven-checkstyle-plugin:2.15:check (check-style) @
nifi-amqp-processors ---
[WARNING]
src/test/java/org/apache/nifi/amqp/processors/TestConnection.java[21:8]
(imports) UnusedImports: Unused import - java.net.InetSocketAddress.
[WARNING]
src/test/java/org/apache/nifi/amqp/processors/TestConnection.java[22:8]
(imports) UnusedImports: Unused import - java.net.InterfaceAddress.
---
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.
---