aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-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.
*