aboutsummaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-08-17 16:07:26 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-08-17 16:07:26 +0200
commita7f54ac5c18c9deaa45d870c743da2c9a38a6208 (patch)
tree0456aaf1ace25f87019d3fe509b71a4a7b2b7e61 /jrt
parent3c56ab8b0ffe6588183809f331bb2f8cf02235ab (diff)
Handle rpc port changes live.
Diffstat (limited to 'jrt')
-rw-r--r--jrt/src/com/yahoo/jrt/Acceptor.java2
1 files changed, 0 insertions, 2 deletions
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