little fixes 9

This commit is contained in:
2024-06-21 23:55:45 +02:00
parent bc6fa41b5d
commit 01d3cb3ac0

View File

@@ -35,7 +35,6 @@ public class RemoteHostManager {
TransientPeersState _transientPeersState = new TransientPeersState();
void init(@Observes @Priority(350) StartupEvent event) throws IOException {
tryConnectAll();
}
void shutdown(@Observes @Priority(250) ShutdownEvent event) throws IOException {