From 3c7a7ffa17f0c5e8352abcc5e287d655d5ed43ef Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 25 Aug 2016 13:21:18 +0200 Subject: [PATCH] Remove wrong property type in plugin IT --- .../property-sets-plugin/src/main/java/PropertySetsPlugin.java | 1 - 1 file changed, 1 deletion(-) 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() { -- 2.39.5