From a7f54ac5c18c9deaa45d870c743da2c9a38a6208 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Wed, 17 Aug 2022 16:07:26 +0200 Subject: Handle rpc port changes live. --- jrt/src/com/yahoo/jrt/Acceptor.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'jrt') diff --git a/jrt/src/com/yahoo/jrt/Acceptor.java b/jrt/src/com/yahoo/jrt/Acceptor.java index 8368941007b..d4bdb7007f1 100644 --- a/jrt/src/com/yahoo/jrt/Acceptor.java +++ b/jrt/src/com/yahoo/jrt/Acceptor.java @@ -1,14 +1,12 @@ // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.jrt; - import java.nio.channels.ClosedChannelException; import java.nio.channels.ServerSocketChannel; import java.util.concurrent.CountDownLatch; import java.util.logging.Level; import java.util.logging.Logger; - /** * A class used to listen on a network socket. A separate thread is * used to accept connections and register them with the underlying -- cgit v1.2.3