This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 7e7618624e Fix comment
7e7618624e is described below
commit 7e7618624e73d1f4573c40bed33215d637be16ad
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 15 10:14:20 2026 +0100
Fix comment
---
java/org/apache/catalina/servlets/WebdavServlet.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/java/org/apache/catalina/servlets/WebdavServlet.java
b/java/org/apache/catalina/servlets/WebdavServlet.java
index 0ab17a3514..c18b943be5 100644
--- a/java/org/apache/catalina/servlets/WebdavServlet.java
+++ b/java/org/apache/catalina/servlets/WebdavServlet.java
@@ -2994,9 +2994,9 @@ public class WebdavServlet extends DefaultServlet
implements PeriodicEventListen
deadProperties.put(destination, propertiesDest);
}
/*
- * The following ensures that locks for any two paths are
always obtained in the same other order
- * regardless of which is the source and which is the
destination. This is to avoid deadlocks for
- * concurrent calls where source and destination are reversed.
+ * The following ensures that locks for any two paths are
always obtained in the same order regardless
+ * of which is the source and which is the destination. This
is to avoid deadlocks for concurrent calls
+ * where source and destination are reversed.
*/
Object lockFirst;
Object lockSecond;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]