mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-29 01:21:52 +00:00
Remove unneeded method from DaemonClientConnection
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user