Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/726#discussion_r75871028
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/jgroups/JChannelWrapper.java
---
@@ -39,7 +40,7 @@
final List<JGroupsReceiver> receivers = new ArrayList<>();
private final JChannelManager manager;
- public JChannelWrapper(JChannelManager manager, final String
channelName, JChannel channel) throws Exception {
--- End diff --
I don't see why you would need to make this change here? can you place the
final back?
---
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.
---