]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7534 add missing @Deprecated on SERVER_BASE_URL_DEFAULT_VALUE 973/head
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 13 May 2016 08:43:51 +0000 (10:43 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 13 May 2016 13:24:41 +0000 (15:24 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java

index c6f2ed2bfaa2be5453cb63524122822b8bdb165d..5c714dcd32074176799a3ab88c0fc09a557e1ef4 100644 (file)
@@ -255,6 +255,7 @@ public interface CoreProperties {
    * @deprecated since 5.6. This constant default value is incorrect if a host and/or a port and/or a context have been configured.
    *             The correct default value when {@link #SERVER_BASE_URL} is not set is provided by {@link Server#getURL()}.
    */
+  @Deprecated
   String SERVER_BASE_URL_DEFAULT_VALUE = "http://localhost:9000";
 
   /* CPD */