mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-27 01:19:12 +08:00
Replace the jpm library with the jdk ProcessHandle interface, #36
This commit is contained in:
@@ -494,6 +494,11 @@ public class Server implements AutoCloseable, Runnable {
|
||||
return info.getLastBusy();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return info.toString();
|
||||
}
|
||||
|
||||
private static class DaemonLoggingSpy extends AbstractLoggingSpy {
|
||||
private final PriorityBlockingQueue<Message> queue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user