aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-18 00:14:11 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-18 23:48:48 +0200
commitb7e73ea7bd925ade9625a97c1a1419c1cee6ccd6 (patch)
treeb98d5cbab17656ff4857b165df6b87aec602a789 /sonar-plugin-api
parent72a150316849ace24c1564824b3ac2d48ca3a5bf (diff)
downloadsonarqube-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.java2
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";
/**