mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 07:55:11 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -23,6 +23,7 @@ import java.util.List;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class GraphPartChangeException extends Exception {
|
||||
|
||||
private final int ip;
|
||||
private final List<GraphTargetItem> output;
|
||||
|
||||
@@ -39,5 +40,4 @@ public class GraphPartChangeException extends Exception {
|
||||
return output;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user