Skip to content

Commit f7f16ec

Browse files
added TODO with link to issue
1 parent f3de717 commit f7f16ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplateSetConfigurationReader.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public class TemplateSetConfigurationReader {
5050
private com.devonfw.cobigen.impl.config.entity.io.TemplateSetConfiguration templateSetConfiguration;
5151

5252
/** List with the paths of the configuration locations for the template-set.xml files */
53+
// TODO: Check if this map can replace templateSetFile and configLocation, see:
54+
// https://github.com/devonfw/cobigen/issues/1668
5355
private Map<Path, Path> configLocations = new HashMap<>();
5456

5557
/**

0 commit comments

Comments
 (0)