Skip to content

Commit

Permalink
#1668 added issue to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Apr 4, 2023
1 parent 6a1e6f9 commit ad76aea
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ public class TemplateSetConfigurationReader {
/** The list of downloaded template set configuration paths */
private List<Path> templateSetConfigurationPathsDownloaded;

// TODO: Use dependency injection here instead of the new operator
/**
* The TemplateSetConfigurationManager manages adapted and downloaded template sets
*
* TODO: Check if it can be integrated into this reader, see: https://github.com/devonfw/cobigen/issues/1668
*
*/
private final TemplateSetConfigurationManager templateSetConfigurationManager = new TemplateSetConfigurationManager();

/**
Expand Down

0 comments on commit ad76aea

Please sign in to comment.