This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 4b55e07 Improved: Headerize external script in multi-block html template (OFBIZ-11741) 4b55e07 is described below commit 4b55e07505c8e3ecc9a88bfef5866a5eb5381f62 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Jun 1 07:52:59 2020 +0200 Improved: Headerize external script in multi-block html template (OFBIZ-11741) Fixes Javadoc issues --- .../java/org/apache/ofbiz/widget/model/MultiBlockHtmlTemplateUtil.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/widget/src/main/java/org/apache/ofbiz/widget/model/MultiBlockHtmlTemplateUtil.java b/framework/widget/src/main/java/org/apache/ofbiz/widget/model/MultiBlockHtmlTemplateUtil.java index 0262a70..e850c47 100644 --- a/framework/widget/src/main/java/org/apache/ofbiz/widget/model/MultiBlockHtmlTemplateUtil.java +++ b/framework/widget/src/main/java/org/apache/ofbiz/widget/model/MultiBlockHtmlTemplateUtil.java @@ -111,7 +111,6 @@ public final class MultiBlockHtmlTemplateUtil { * @param location screen location. Expression is not allowed. * @param name screen name. Expression is not allowed. * @param urls Set of html links associated with the screen. May contain expression to html-template location. - * @throws Exception */ public static void addLinksToHtmlImportCache(String location, String name, Set<String> urls) { if (UtilValidate.isEmpty(urls)) { @@ -167,7 +166,7 @@ public final class MultiBlockHtmlTemplateUtil { /** * Add html links to the header * @param context - * @throws Exception + * @throws IOException */ public static void addLinksToLayoutSettings(final Map<String, Object> context) throws IOException { HttpServletRequest request = (HttpServletRequest) context.get("request");