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-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new 9808d9137 Improved: Check and enhance the Javadoc rules/documentation for the project (OFBIZ-9148) 9808d9137 is described below commit 9808d91370c0009a9c137c6ede45b3bce8bcd2a8 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Mar 14 10:50:45 2025 +0100 Improved: Check and enhance the Javadoc rules/documentation for the project (OFBIZ-9148) This one missed in one of the previous commit --- pricat/src/main/java/org/apache/ofbiz/htmlreport/HtmlReport.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pricat/src/main/java/org/apache/ofbiz/htmlreport/HtmlReport.java b/pricat/src/main/java/org/apache/ofbiz/htmlreport/HtmlReport.java index 9e8b342bc..856022d3e 100644 --- a/pricat/src/main/java/org/apache/ofbiz/htmlreport/HtmlReport.java +++ b/pricat/src/main/java/org/apache/ofbiz/htmlreport/HtmlReport.java @@ -45,7 +45,8 @@ import org.apache.ofbiz.htmlreport.util.ReportEncoder; import org.apache.ofbiz.htmlreport.util.ReportStringUtil; /** - * HTML report output to be used in report.ftl.<p> + * HTML report output to be used in report.ftl. + * */ public class HtmlReport extends AbstractReport {