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.
1 parent f4a3b90 commit ccbcf6eCopy full SHA for ccbcf6e
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