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 9cede3d6e Fixed: Makes Forum Articles respond to pagination controls
(OFBIZ-11434) (#76)
9cede3d6e is described below
commit 9cede3d6e7c594284d233fc312b216d39dd2ed2f
Author: Jacques Le Roux <[email protected]>
AuthorDate: Mon Mar 27 10:33:09 2023 +0200
Fixed: Makes Forum Articles respond to pagination controls (OFBIZ-11434)
(#76)
Fixes a checkstyle issue
---
.../src/main/java/org/apache/ofbiz/ecommerce/forum/ForumEvents.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/forum/ForumEvents.java
b/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/forum/ForumEvents.java
index 0d60927b3..6d5b549b3 100644
--- a/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/forum/ForumEvents.java
+++ b/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/forum/ForumEvents.java
@@ -19,7 +19,7 @@ import org.apache.ofbiz.service.ServiceUtil;
public class ForumEvents {
- public static final String module = ForumEvents.class.getName();
+ public static final String MODULE = ForumEvents.class.getName();
public static Map<String, Object> getForumMessages(HttpServletRequest
request, Delegator delegator) {