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