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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 81799802fe Fix javadoc
81799802fe is described below

commit 81799802fefecdde8f277094eb79b74725245ad9
Author: remm <r...@apache.org>
AuthorDate: Mon Feb 5 12:57:26 2024 +0100

    Fix javadoc
---
 java/org/apache/catalina/filters/CsrfPreventionFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/filters/CsrfPreventionFilter.java 
b/java/org/apache/catalina/filters/CsrfPreventionFilter.java
index 9872c74c07..4cdc3aafc7 100644
--- a/java/org/apache/catalina/filters/CsrfPreventionFilter.java
+++ b/java/org/apache/catalina/filters/CsrfPreventionFilter.java
@@ -225,7 +225,7 @@ public class CsrfPreventionFilter extends 
CsrfPreventionFilterBase {
      *                <code>/bar/*</code>.
      *
      * @return A Predicate which can match the specified pattern, or
-     *         <code>>null</code> if the pattern is null or blank.
+     *         <code>null</code> if the pattern is null or blank.
      */
     protected static Predicate<String> createNoNoncePredicate(ServletContext 
context, String pattern) {
         if (null == pattern || 0 == pattern.trim().length()) {


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

Reply via email to