mirror of
https://github.com/revanced/jadb.git
synced 2024-11-19 10:39:23 +01: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();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
// Empty on purpose
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user