Skip to content

Commit

Permalink
added TODOs with linked issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Apr 3, 2023
1 parent 5113482 commit b421049
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ private void readConfiguration() {
/**
* Checks if a conflict with the old and modular configuration exists
*
* TODO: Check if this is still needed, see: https://github.com/devonfw/cobigen/issues/1662
*
* @param configRoot Path to root directory of the configuration
* @param contextFile Path to context file of the configuration
*/
Expand All @@ -288,6 +290,8 @@ private void checkForConflict(Path configRoot, Path contextFile) {
/**
* Searches for configuration Files in the sub folders of configRoot
*
* TODO: Check if this is still needed, see: https://github.com/devonfw/cobigen/issues/1662
*
* @param configRoot root directory of the configuration
* @throws InvalidConfigurationException if the configuration is not valid against its xsd specification
*/
Expand Down

0 comments on commit b421049

Please sign in to comment.