mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
#65 daemon mode default output
This commit is contained in:
parent
8aa93158d1
commit
aad08768dd
1 changed files with 0 additions and 3 deletions
|
|
@ -102,7 +102,4 @@ public class Daemon {
|
|||
return new InetSocketAddress(defaultIfBlank(this.bindAddress, DEFAULT_HOST), this.port > 0 ? this.port : DEFAULT_PORT);
|
||||
}
|
||||
|
||||
public static void shutdown() {
|
||||
System.out.println("bla");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue