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

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


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

commit 6350946b8426a9a36aebaf0fcafc7a85db80a75e
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 d014c0b98b..9958c9ac9b 100644
--- a/java/org/apache/catalina/filters/CsrfPreventionFilter.java
+++ b/java/org/apache/catalina/filters/CsrfPreventionFilter.java
@@ -229,7 +229,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