diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-18 00:14:11 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-18 23:48:48 +0200 |
commit | b7e73ea7bd925ade9625a97c1a1419c1cee6ccd6 (patch) | |
tree | b98d5cbab17656ff4857b165df6b87aec602a789 /sonar-plugin-api | |
parent | 72a150316849ace24c1564824b3ac2d48ca3a5bf (diff) | |
download | sonarqube-b7e73ea7bd925ade9625a97c1a1419c1cee6ccd6.tar.gz sonarqube-b7e73ea7bd925ade9625a97c1a1419c1cee6ccd6.zip |
SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r-- | sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java b/sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java index 51b49b34089..a7ecf44637c 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java @@ -421,7 +421,9 @@ public interface CoreProperties { /** * @since 4.0 + * @deprecated replaced in 5.2 by the permission 'provisioning' */ + @Deprecated String CORE_PREVENT_AUTOMATIC_PROJECT_CREATION = "sonar.preventAutoProjectCreation"; /** |