This is an automated email from the ASF dual-hosted git repository. remm 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 657c9d1dc9 Fix javadoc 657c9d1dc9 is described below commit 657c9d1dc9406026f7e748fa39bbfebcb7f8f4c3 Author: remm <r...@apache.org> 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 bff746db1e..60076f8b27 100644 --- a/java/org/apache/catalina/servlets/WebdavServlet.java +++ b/java/org/apache/catalina/servlets/WebdavServlet.java @@ -134,7 +134,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org