Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes

This commit is contained in:
Jindra Petřík
2023-10-16 09:36:06 +02:00
parent b6e8ca0d67
commit dc5e50813f
789 changed files with 23773 additions and 22843 deletions
@@ -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++) {