This is an automated email from the ASF dual-hosted git repository.

jacopoc pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git

commit 10f4946931fe53b7e3e65ad1a9113a6dfe3c1685
Author: Jacques Le Roux <[email protected]>
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
    
    (cherry picked from commit 9808d91370c0009a9c137c6ede45b3bce8bcd2a8)
---
 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 a5aa40417..70a6b8468 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 {
 

Reply via email to