mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:30:46 +00:00
java source code formatting
This commit is contained in:
@@ -33,17 +33,17 @@ public class DumpInfo {
|
||||
public long startByte;
|
||||
|
||||
public int startBit;
|
||||
|
||||
|
||||
public long lengthBytes;
|
||||
|
||||
public int lengthBits;
|
||||
|
||||
|
||||
public DumpInfo parent;
|
||||
|
||||
|
||||
public List<DumpInfo> childInfos = new ArrayList<>();
|
||||
|
||||
|
||||
public DumpInfo(String name, String type, Object value, long startByte, int lengthBytes) {
|
||||
|
||||
|
||||
this.name = name;
|
||||
this.type = type;
|
||||
this.previewValue = value;
|
||||
@@ -52,7 +52,7 @@ public class DumpInfo {
|
||||
}
|
||||
|
||||
public DumpInfo(String name, String type, Object value, long startByte, int startBit, long lengthBytes, int lengthBits) {
|
||||
|
||||
|
||||
this.name = name;
|
||||
this.type = type;
|
||||
this.previewValue = value;
|
||||
|
||||
Reference in New Issue
Block a user