This is an automated email from the ASF dual-hosted git repository.
rmaucher 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 e64dae75ae Fix javadoc
e64dae75ae is described below
commit e64dae75aeffdc8a1265179165a0d92fd53e996b
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]