mirror of
https://github.com/revanced/jadb.git
synced 2025-05-09 19:04:31 +02:00
Fix: Nested blocks of code should not be left empty (squid:S00108)
This commit is contained in:
parent
188aec84d6
commit
23b4dd6b4d
@ -45,6 +45,7 @@ public abstract class SocketServer implements Runnable {
|
|||||||
clientThread.start();
|
clientThread.start();
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
// Empty on purpose
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user