]> source.dussan.org Git - sonarqube.git/commitdiff
Drop unused constant in InternalProperties
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 6 Nov 2017 14:41:22 +0000 (15:41 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 7 Nov 2017 13:49:35 +0000 (14:49 +0100)
server/sonar-server/src/main/java/org/sonar/server/property/InternalProperties.java

index 42925dbb09720aadbfcb7d2ca957998743359e04..1d84ad9441ab33e4f8f4dc3957bac15a83d42dc4 100644 (file)
@@ -34,8 +34,6 @@ public interface InternalProperties {
 
   String ORGANIZATION_ENABLED = "organization.enabled";
 
-  String ES_INDEX_INITIALIZING_PREFIX = "es.initializing.";
-
   /**
    * Read the value of the specified property.
    *