aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-14 17:56:04 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-26 23:49:37 +0200
commit880336975d9957008ebb774043430049cdd3a3df (patch)
tree0e1af53ab2fadbd7183344cfdb3c67ffed6860c2 /sonar-application
parent87ce833df2754dc1a23d29e56571ba826978b7bd (diff)
downloadsonarqube-880336975d9957008ebb774043430049cdd3a3df.tar.gz
sonarqube-880336975d9957008ebb774043430049cdd3a3df.zip
SONAR-9803 remove bad coupling of processes on sonar-plugin-api
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/java/org/sonar/application/App.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/java/org/sonar/application/App.java b/sonar-application/src/main/java/org/sonar/application/App.java
index 1060726970a..7666e949d2c 100644
--- a/sonar-application/src/main/java/org/sonar/application/App.java
+++ b/sonar-application/src/main/java/org/sonar/application/App.java
@@ -33,7 +33,7 @@ import org.sonar.application.command.CommandFactory;
import org.sonar.application.command.CommandFactoryImpl;
import static org.sonar.application.config.SonarQubeVersionHelper.getSonarqubeVersion;
-import static org.sonar.cluster.ClusterProperties.CLUSTER_NAME;
+import static org.sonar.process.cluster.ClusterProperties.CLUSTER_NAME;
public class App {