mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-10 05:51:52 +00:00
format code
This commit is contained in:
@@ -75,7 +75,7 @@ public class Debugger {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
String clientName = "" + id;
|
||||
String clientName = Integer.toString(id);
|
||||
try (InputStream is = s.getInputStream()) {
|
||||
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user