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 351d752 Improved: Refactor methods signature to reduce the number of params they use (OFBIZ-12335) 351d752 is described below commit 351d752690bf0f15b441d2dd468f8caf5cb202de Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Oct 10 13:32:49 2021 +0200 Improved: Refactor methods signature to reduce the number of params they use (OFBIZ-12335) Fixes a typo about filterConfiguration in CacheFilter.java --- .../base/src/main/java/org/apache/ofbiz/base/util/CacheFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/base/src/main/java/org/apache/ofbiz/base/util/CacheFilter.java b/framework/base/src/main/java/org/apache/ofbiz/base/util/CacheFilter.java index b2f0514..65931cf 100644 --- a/framework/base/src/main/java/org/apache/ofbiz/base/util/CacheFilter.java +++ b/framework/base/src/main/java/org/apache/ofbiz/base/util/CacheFilter.java @@ -79,7 +79,7 @@ public class CacheFilter implements Filter { * <li>Does not return within a time period defined by the web container</li> * </ul> * The default implementation is a NO-OP. - * @param filterConfig The configuration information associated with the filter instance being initialised + * @param filterConfiguration The configuration information associated with the filter instance being initialised * @throws ServletException if the initialisation fails */ public void init(FilterConfig filterConfiguration) throws ServletException {