mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 23:14:52 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -29,8 +29,8 @@ import java.util.Set;
|
||||
public abstract class BaseLocalData {
|
||||
|
||||
public GraphSourceItem lineStartInstruction;
|
||||
|
||||
|
||||
public Set<GraphPart> allSwitchParts = new HashSet<>();
|
||||
|
||||
|
||||
public SecondPassData secondPassData = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user