Skip to content

Commit

Permalink
Cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
pferraro committed Mar 24, 2017
1 parent 81f495a commit 6248e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -147,6 +147,6 @@ public RelayConfiguration getRelay() {

@Override
public boolean isStatisticsEnabled() {
return statisticsEnabled;
return this.statisticsEnabled;
}
}
Expand Up @@ -62,7 +62,7 @@ public Builder<ProtocolConfiguration<P>> configure(OperationContext context, Mod

@Override
public void accept(P protocol) {
TransportConfiguration transport = this.transport.getValue();
TransportConfiguration<?> transport = this.transport.getValue();
protocol.setMulticast(transport.getSocketBinding().getMulticastAddress() != null);
}
}

0 comments on commit 6248e14

Please sign in to comment.