mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -24,5 +24,6 @@ import java.util.Set;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class SecondPassData {
|
||||
public Set<GraphPart> allSwitchParts = new HashSet<>();
|
||||
|
||||
public Set<GraphPart> allSwitchParts = new HashSet<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user