Skip to content
Snippets Groups Projects
Commit 33e68e47 authored by Christian Wulf's avatar Christian Wulf
Browse files

fixed PMD issue

parent 27bbbe15
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ public class AnalysisConfiguration { ...@@ -12,7 +12,7 @@ public class AnalysisConfiguration {
public AnalysisConfiguration() {} public AnalysisConfiguration() {}
List<Stage> getThreadableStageJobs() { List<Stage> getThreadableStageJobs() { // NOPMD only Analysis should use this method
return this.threadableStageJobs; return this.threadableStageJobs;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment