Remove unneeded method from DaemonClientConnection

This commit is contained in:
Peter Palaga
2020-11-06 21:09:55 +01:00
parent cd3e285135
commit 3e920024ae

View File

@@ -66,10 +66,6 @@ public class DaemonClientConnection implements Closeable {
this.parameters = parameters;
}
public DaemonInfo getDaemon() {
return daemon;
}
public void dispatch(Message message) throws DaemonException.ConnectException {
LOG.debug("thread {}: dispatching {}", Thread.currentThread().getId(), message.getClass());
try {