aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-11-25 20:20:06 +0100
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-11-25 20:20:06 +0100
commite8910d10bff9c115dc8bf2c614ff5ef839626f80 (patch)
treeef6e6aface70e1257cde2478910be8fd629fd005 /sonar-batch
parent392133817a6c36080ab6cda450d30a4933ceb4bf (diff)
downloadsonarqube-e8910d10bff9c115dc8bf2c614ff5ef839626f80.tar.gz
sonarqube-e8910d10bff9c115dc8bf2c614ff5ef839626f80.zip
fix quality flaws
Diffstat (limited to 'sonar-batch')
-rw-r--r--sonar-batch/src/main/java/org/sonar/batch/report/ReportPublisher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch/src/main/java/org/sonar/batch/report/ReportPublisher.java b/sonar-batch/src/main/java/org/sonar/batch/report/ReportPublisher.java
index ef1790ce8ad..42b549de019 100644
--- a/sonar-batch/src/main/java/org/sonar/batch/report/ReportPublisher.java
+++ b/sonar-batch/src/main/java/org/sonar/batch/report/ReportPublisher.java
@@ -203,7 +203,7 @@ public class ReportPublisher implements Startable {
}
}
- private void dumpReport(String dumpDirLocation, String projectKey, String relativeUrl, File report) {
+ private static void dumpReport(String dumpDirLocation, String projectKey, String relativeUrl, File report) {
LOG.debug("Dump report to file");
try {
dumpReportImpl(dumpDirLocation, projectKey, relativeUrl, report);