diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-06 15:41:22 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-11-08 10:07:01 +0100 |
commit | 5e775be995c26c1686053ed99e51b9f56a77dea3 (patch) | |
tree | 80388d70f1739e02daf8bbf6585d93e66267af6c /server | |
parent | 2e7b3147b278485e344d84261228fdd25e02ff87 (diff) | |
download | sonarqube-5e775be995c26c1686053ed99e51b9f56a77dea3.tar.gz sonarqube-5e775be995c26c1686053ed99e51b9f56a77dea3.zip |
Drop unused constant in InternalProperties
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-server/src/main/java/org/sonar/server/property/InternalProperties.java | 2 |
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. * |