This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 83ae6c9a2a Fix comment typo
83ae6c9a2a is described below
commit 83ae6c9a2aeb8fd290f6f8caae28ba2f313caba3
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 db66fab3a2..41e3211945 100644
--- a/java/org/apache/catalina/Manager.java
+++ b/java/org/apache/catalina/Manager.java
@@ -220,7 +220,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]