mirror of
https://github.com/revanced/jadb.git
synced 2025-02-05 23:16:47 +01:00
Fix: "notifyAll" should be used (squid:S2446)
This commit is contained in:
parent
42f0de589b
commit
1eeaee1da8
@ -52,7 +52,7 @@ public abstract class SocketServer implements Runnable {
|
||||
private void serverReady() {
|
||||
synchronized (lockObject) {
|
||||
isStarted = true;
|
||||
lockObject.notify();
|
||||
lockObject.notifyAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user