Bump upstreams
[netconf.git] / apps / netconf-nb / src / main / java / org / opendaylight / netconf / northbound / NetconfNorthboundTcpServer.java
index 392c922684359050890ddea282b4da16de97aa2b..bc35f81c54eb4a999f12c1f6197ba72603bb29d3 100644 (file)
@@ -69,7 +69,7 @@ public final class NetconfNorthboundTcpServer implements AutoCloseable {
     }
 
     private static InetSocketAddress getInetAddress(final String bindingAddress, final int portNumber) {
-        final var inetAd = IetfInetUtil.INSTANCE.inetAddressFor(IetfInetUtil.ipAddressFor(bindingAddress));
+        final var inetAd = IetfInetUtil.inetAddressFor(IetfInetUtil.ipAddressFor(bindingAddress));
         return new InetSocketAddress(inetAd, portNumber);
     }
 }