diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-08-25 13:21:18 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-09-08 09:31:28 +0200 |
commit | 3c7a7ffa17f0c5e8352abcc5e287d655d5ed43ef (patch) | |
tree | a682b24ffb8d6b949f2deb4da4b0881995391eae /it/it-plugins | |
parent | b1d6d975039a1a5d9639f8d8726da1a48d5285e1 (diff) | |
download | sonarqube-3c7a7ffa17f0c5e8352abcc5e287d655d5ed43ef.tar.gz sonarqube-3c7a7ffa17f0c5e8352abcc5e287d655d5ed43ef.zip |
Remove wrong property type in plugin IT
Diffstat (limited to 'it/it-plugins')
-rw-r--r-- | it/it-plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/it/it-plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java b/it/it-plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java index f91f7a8f112..3716ca8ff15 100644 --- a/it/it-plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java +++ b/it/it-plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java @@ -106,7 +106,6 @@ import org.sonar.api.SonarPlugin; name = "Jira", project = true, category = "DEV", - type = PropertyType.PROPERTY_SET, propertySetKey = "sonar.test.jira.servers")}) public class PropertySetsPlugin extends SonarPlugin { public List getExtensions() { |