Skip to content

Commit

Permalink
[Java] Tidy up after #1711.
Browse files Browse the repository at this point in the history
(cherry picked from commit 2d0f69a)
  • Loading branch information
vyazelenko committed Jan 13, 2025
1 parent 910e3aa commit 79c5376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ else if (udpChannel.hasExplicitEndpoint() && !udpChannel.isMulticast())
{
timeOfLastResolutionNs = nowNs;
final String endpoint = udpChannel.channelUri().get(CommonContext.ENDPOINT_PARAM_NAME);
conductorProxy.reResolveEndpoint(endpoint, this, this.connectAddress);
conductorProxy.reResolveEndpoint(endpoint, this, connectAddress);
}
}
}
Expand Down

0 comments on commit 79c5376

Please sign in to comment.