mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-06 20:31:14 +00:00
small refactorings
This commit is contained in:
@@ -31,10 +31,10 @@ public class Debugger {
|
||||
|
||||
private static class DebugHandler extends Thread {
|
||||
|
||||
private Socket s;
|
||||
private int serverPort;
|
||||
private final Socket s;
|
||||
private final int serverPort;
|
||||
private static int maxid = 0;
|
||||
private int id;
|
||||
private final int id;
|
||||
public boolean finished = false;
|
||||
|
||||
public DebugHandler(int serverPort, Socket s) {
|
||||
|
||||
Reference in New Issue
Block a user