mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 04:50:46 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -56,7 +56,7 @@ public class GraphVizDotCommands {
|
||||
String dotLocation = Configuration.graphVizDotLocation.get();
|
||||
if (dotLocation.isEmpty() && !new File(dotLocation).exists()) {
|
||||
return false;
|
||||
}//
|
||||
}
|
||||
String[] commandPlusDot = new String[command.length + 1];
|
||||
commandPlusDot[0] = dotLocation;
|
||||
for (int i = 0; i < command.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user