]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9378 Drop support of deprecated sonar.lf.sonarqube.com.enabled
authorJulien HENRY <henryju@yahoo.fr>
Wed, 4 Oct 2017 16:31:57 +0000 (18:31 +0200)
committerJulien HENRY <henryju@yahoo.fr>
Wed, 4 Oct 2017 16:31:57 +0000 (18:31 +0200)
sonar-core/src/main/java/org/sonar/core/config/WebProperties.java

index 724dbc97aba74ac60a4d583af56c3c5ceda55fe7..694d8ec9989dff51addf50ca85fde62625380a87 100644 (file)
@@ -33,7 +33,6 @@ public final class WebProperties {
   public static List<PropertyDefinition> all() {
     return asList(
       PropertyDefinition.builder(WebConstants.SONARCLOUD_ENABLED)
-        .deprecatedKey("sonar.lf.sonarqube.com.enabled")
         .defaultValue("false")
         .name("Enable SonarCloud look&feel")
         .type(PropertyType.BOOLEAN)