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

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


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

commit 80134e073cdfb7d34ff31c1d41bf69bc5c3e0c90
Author: remm <[email protected]>
AuthorDate: Wed May 20 10:19:29 2026 +0200

    Fix javadoc
---
 java/org/apache/catalina/ant/SessionsTask.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/catalina/ant/SessionsTask.java 
b/java/org/apache/catalina/ant/SessionsTask.java
index 017bc88f65..c578b06c3f 100644
--- a/java/org/apache/catalina/ant/SessionsTask.java
+++ b/java/org/apache/catalina/ant/SessionsTask.java
@@ -30,12 +30,12 @@ public class SessionsTask extends 
AbstractCatalinaCommandTask {
     }
 
     /**
-     * Minimum idle time in seconds for sessions to be included in the 
response.
+     * Minimum idle time in minutes for sessions to be included in the 
response.
      */
     protected String idle = null;
 
     /**
-     * Returns the minimum idle time in seconds for sessions to be included.
+     * Returns the minimum idle time in minutes for sessions to be included.
      *
      * @return the minimum idle time
      */
@@ -44,7 +44,7 @@ public class SessionsTask extends AbstractCatalinaCommandTask 
{
     }
 
     /**
-     * Sets the minimum idle time in seconds for sessions to be included.
+     * Sets the minimum idle time in minutes for sessions to be included.
      *
      * @param idle the minimum idle time
      */


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to