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:17 UTC

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

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

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

commit dad1814b97fc85d1157938aee7cc26e4d958fb01
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 981f5996eb..97b1825b85 100644
--- a/java/org/apache/catalina/session/ManagerBase.java
+++ b/java/org/apache/catalina/session/ManagerBase.java
@@ -574,9 +574,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