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 117c362047 Fix comment typo
117c362047 is described below
commit 117c3620470f742852692ae47b6904c8003cca61
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jul 5 16:50:27 2023 +0100
Fix comment typo
---
java/org/apache/catalina/Manager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/Manager.java
b/java/org/apache/catalina/Manager.java
index 589392b974..6ade69155d 100644
--- a/java/org/apache/catalina/Manager.java
+++ b/java/org/apache/catalina/Manager.java
@@ -232,7 +232,7 @@ public interface Manager {
*/
default String rotateSessionId(Session session) {
String newSessionId = null;
- // Assume there new Id is a duplicate until we prove it isn't. The
+ // Assume the new Id is a duplicate until we prove it isn't. The
// chances of a duplicate are extremely low but the current ManagerBase
// code protects against duplicates so this default method does too.
boolean duplicate = true;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]