[test restart]

This commit is contained in:
jeffcheasey88 2024-04-16 12:01:38 +02:00
parent e915f6baa2
commit 1012a489ab

View file

@ -155,7 +155,6 @@ public class Main{
public void run(){ public void run(){
Key key = new Key(); Key key = new Key();
Locker<Context> locker = router.getLogger(); Locker<Context> locker = router.getLogger();
locker.init(key); locker.init(key);
try { try {
while(true){ while(true){