aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-06 15:41:22 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-07 14:49:35 +0100
commiteb51e7fe38ab6b077bfd4d39d4959d1247bf399c (patch)
treeeb41cea7716107492478f6fd4dbfb96d76c1c423
parentb0d4c4e2f9265d15eba3cbbf74a99f4874442562 (diff)
downloadsonarqube-eb51e7fe38ab6b077bfd4d39d4959d1247bf399c.tar.gz
sonarqube-eb51e7fe38ab6b077bfd4d39d4959d1247bf399c.zip
Drop unused constant in InternalProperties
-rw-r--r--server/sonar-server/src/main/java/org/sonar/server/property/InternalProperties.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-server/src/main/java/org/sonar/server/property/InternalProperties.java b/server/sonar-server/src/main/java/org/sonar/server/property/InternalProperties.java
index 42925dbb097..1d84ad9441a 100644
--- a/server/sonar-server/src/main/java/org/sonar/server/property/InternalProperties.java
+++ b/server/sonar-server/src/main/java/org/sonar/server/property/InternalProperties.java
@@ -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.
*