From 980e8939df7d81586b98549cef4a968daee9474f Mon Sep 17 00:00:00 2001 From: jan-vcapgemini Date: Tue, 4 Apr 2023 16:28:26 +0200 Subject: [PATCH] #1671 added link to issue to TODO --- .../com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java index bbb91ae75..1c8fc65a8 100644 --- a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java +++ b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java @@ -258,7 +258,7 @@ public List getTemplateSetJars() { for (Path jarWithMissingSource : templateSetJars) { LOG.error("Missing Source for Jar: " + jarWithMissingSource.getFileName()); // no matching source file found either download or handle somehow - // TODO throw Exception or download the missing source + // TODO throw Exception or download the missing source, see: https://github.com/devonfw/cobigen/issues/1671 } } return resultJars;