This commit is contained in:
Vladimir Krivosheev
2018-12-20 12:42:55 +01:00
parent bab1bebab6
commit bcb694f812
@@ -23,7 +23,7 @@ public class ComponentConfig {
protected boolean loadForDefaultProject;
@Property(surroundWithTag = false)
@MapAnnotation(surroundWithTag = false, entryTagName = "option", keyAttributeName = "name", valueAttributeName = "value")
@MapAnnotation(surroundWithTag = false, entryTagName = "option", keyAttributeName = "name")
@Nullable
public Map<String, String> options;