mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 10:15:57 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -47,7 +47,7 @@ public class TranslateStack extends Stack<GraphTargetItem> {
|
||||
|
||||
private PopItem getPop() {
|
||||
if (pop == null) {
|
||||
pop = new PopItem(null, null);//TODO: linestart?
|
||||
pop = new PopItem(null, null); //TODO: linestart?
|
||||
}
|
||||
|
||||
return pop;
|
||||
|
||||
Reference in New Issue
Block a user