We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad3452d + ccbcf6e commit 6aaa45dCopy full SHA for 6aaa45d
src/main/java/gobpie/GobPieConfiguration.java
@@ -35,7 +35,6 @@ public String getGoblintConf() {
35
}
36
37
public String[] getPreAnalyzeCommand() {
38
- if (preAnalyzeCommand == null || preAnalyzeCommand.length == 0) return null;
39
return this.preAnalyzeCommand;
40
41
0 commit comments