From f7f16ec03d61fc419621f998ddb1fbc385e4ff19 Mon Sep 17 00:00:00 2001 From: jan-vcapgemini Date: Thu, 6 Apr 2023 00:32:56 +0200 Subject: [PATCH] added TODO with link to issue --- .../impl/config/reader/TemplateSetConfigurationReader.java | 2 ++ 1 file changed, 2 insertions(+) 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<>(); /**