This is an automated email from the ASF dual-hosted git repository.
remm 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 b7d8583a59 Fix javadoc
b7d8583a59 is described below
commit b7d8583a591af736e0c15baf9c59047415741c8a
Author: remm <[email protected]>
AuthorDate: Fri May 24 15:27:39 2024 +0200
Fix javadoc
---
java/org/apache/catalina/servlets/WebdavServlet.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/servlets/WebdavServlet.java
b/java/org/apache/catalina/servlets/WebdavServlet.java
index 1b5a4051ac..b184cf2368 100644
--- a/java/org/apache/catalina/servlets/WebdavServlet.java
+++ b/java/org/apache/catalina/servlets/WebdavServlet.java
@@ -133,7 +133,7 @@ import org.xml.sax.SAXException;
* <p>
* There are some known limitations of this Servlet due to it not implementing
the PROPPATCH method. Details of these
* limitations and progress towards addressing them are being tracked under
- * <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69046>bug
69046</a>.</p>
+ * <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69046">bug
69046</a>.
* </p>
*
* @see <a href="https://tools.ietf.org/html/rfc4918">RFC 4918</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]