mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 21:22:03 +00:00
Fix DaemonRegistry.toString
This commit is contained in:
@@ -291,6 +291,6 @@ public class DaemonRegistry implements AutoCloseable {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return String.format("PersistentDaemonRegistry[file=%s]", registryFile);
|
||||
return String.format("DaemonRegistry[file=%s]", registryFile);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user