adityamukho commented on code in PR #7188:
URL: https://github.com/apache/ignite-3/pull/7188#discussion_r2609697885
##########
modules/api/src/main/java/org/apache/ignite/network/NetworkAddress.java:
##########
@@ -41,14 +41,6 @@ public class NetworkAddress {
* @param port Port.
*/
public NetworkAddress(String host, int port) {
- if (host == null || host.isEmpty()) {
Review Comment:
I reverted everything to its original state in `NetworkAddress`, since it
seemed unrelated to this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]