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

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


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

commit 6fd03aafe483a45690c7edf5d2f6fda95fdb3fd2
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