diff --git a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplateSetConfigurationReader.java b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplateSetConfigurationReader.java index 6864641e3..db8b01a58 100644 --- a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplateSetConfigurationReader.java +++ b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplateSetConfigurationReader.java @@ -50,6 +50,8 @@ public class TemplateSetConfigurationReader { private com.devonfw.cobigen.impl.config.entity.io.TemplateSetConfiguration templateSetConfiguration; /** List with the paths of the configuration locations for the template-set.xml files */ + // TODO: Check if this map can replace templateSetFile and configLocation, see: + // https://github.com/devonfw/cobigen/issues/1668 private Map configLocations = new HashMap<>(); /**