This is an automated email from the ASF dual-hosted git repository.
markt 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 dda1f1748f Fix comment typo
dda1f1748f is described below
commit dda1f1748f3e9f02e3224a9532871a26bf75c505
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]