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

schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit e4bfae8e7e0381fbb3d194c9a4ee4beb4efdba16
Author: remm <r...@apache.org>
AuthorDate: Thu Feb 1 16:17:06 2024 +0100

    Checkstyle
---
 java/org/apache/catalina/filters/CsrfPreventionFilter.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/org/apache/catalina/filters/CsrfPreventionFilter.java 
b/java/org/apache/catalina/filters/CsrfPreventionFilter.java
index a0d0369532..21d0ac735f 100644
--- a/java/org/apache/catalina/filters/CsrfPreventionFilter.java
+++ b/java/org/apache/catalina/filters/CsrfPreventionFilter.java
@@ -190,6 +190,7 @@ public class CsrfPreventionFilter extends 
CsrfPreventionFilterBase {
     /**
      * Creates a collection of matchers from a comma-separated string of 
patterns.
      *
+     * @param context the Servlet context
      * @param patterns A comma-separated string of URL matching patterns.
      *
      * @return A collection of predicates representing the URL patterns.
@@ -223,6 +224,7 @@ public class CsrfPreventionFilter extends 
CsrfPreventionFilterBase {
     /**
      * Creates a predicate that can match the specified type of pattern.
      *
+     * @param context the Servlet context
      * @param pattern The pattern to match e.g. <code>*.foo</code> or
      *                <code>/bar/*</code>.
      *


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to