From: Simon Brandhof Date: Mon, 6 Nov 2017 14:41:22 +0000 (+0100) Subject: Drop unused constant in InternalProperties X-Git-Tag: 7.0-RC1~368 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e775be995c26c1686053ed99e51b9f56a77dea3;p=sonarqube.git Drop unused constant in InternalProperties --- 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. *