You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/08/30 12:24:11 UTC

[tomcat] branch 9.0.x updated: Fix broken Javadoc

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

markt 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 221716cb0a Fix broken Javadoc
221716cb0a is described below

commit 221716cb0ab157ae499bc46d50fac02b265becc1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Aug 30 13:23:45 2022 +0100

    Fix broken Javadoc
---
 java/org/apache/catalina/session/ManagerBase.java | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/catalina/session/ManagerBase.java b/java/org/apache/catalina/session/ManagerBase.java
index 0f4e78505a..7b9ab5042d 100644
--- a/java/org/apache/catalina/session/ManagerBase.java
+++ b/java/org/apache/catalina/session/ManagerBase.java
@@ -604,9 +604,10 @@ public abstract class ManagerBase extends LifecycleMBeanBase implements Manager
      * Set whether sessions managed by this manager shall persist authentication
      * notes used by FORM authentication or not.
      *
-     * @param persistAuthentication if {@code true}, sessions managed by this
-     *                              manager shall persist authentication notes
-     *                              used by FORM authentication
+     * @param persistAuthenticationNotes if {@code true}, sessions managed by
+     *                                   this manager shall persist
+     *                                   authentication notes used by FORM
+     *                                   authentication
      *
      * @deprecated Will be removed in Tomcat 10.1.x where it is effectively
      *             hard-coded to <code>true</code>


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