mirror of
https://github.com/revanced/jadb.git
synced 2025-05-11 11:54:28 +02: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() {
|
private void serverReady() {
|
||||||
synchronized (lockObject) {
|
synchronized (lockObject) {
|
||||||
isStarted = true;
|
isStarted = true;
|
||||||
lockObject.notify();
|
lockObject.notifyAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user