diff --git a/platform/core-api/src/com/intellij/openapi/components/ComponentConfig.java b/platform/core-api/src/com/intellij/openapi/components/ComponentConfig.java index 207f3c1dd7d0..06aaf367f108 100644 --- a/platform/core-api/src/com/intellij/openapi/components/ComponentConfig.java +++ b/platform/core-api/src/com/intellij/openapi/components/ComponentConfig.java @@ -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 options;