]> source.dussan.org Git - sonarqube.git/commitdiff
Remove wrong property type in plugin IT
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 25 Aug 2016 11:21:18 +0000 (13:21 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 8 Sep 2016 07:31:28 +0000 (09:31 +0200)
it/it-plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java

index f91f7a8f11203274d4c26cbafe8f8c67cab601f2..3716ca8ff153b17aa7058a6ef7d6ee01dbabf9a9 100644 (file)
@@ -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() {