aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r--sonar-plugin-api/src/main/java/org/sonar/api/utils/ServerHttpClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/utils/ServerHttpClient.java b/sonar-plugin-api/src/main/java/org/sonar/api/utils/ServerHttpClient.java
index 6f174980bb9..3c55a6a0857 100644
--- a/sonar-plugin-api/src/main/java/org/sonar/api/utils/ServerHttpClient.java
+++ b/sonar-plugin-api/src/main/java/org/sonar/api/utils/ServerHttpClient.java
@@ -76,7 +76,7 @@ public class ServerHttpClient implements BatchComponent {
*/
public void checkUp() {
String exceptionLabel = "Sonar server at " + url +
- " is unreacheable. Either start it or setup the sonar.host.url maven setting if the URL is incorrect";
+ " is unreacheable. Either start it or setup the sonar.host.url setting if the URL is incorrect";
if (getId() == null) {
throw new ServerConnectionException(exceptionLabel);
}