You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2019/11/22 22:43:47 UTC

[tomcat] branch 7.0.x updated: Fix javadoc @see reference.

This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 0a8532b  Fix javadoc @see reference.
0a8532b is described below

commit 0a8532bc7c5cd57c21bc64419c50100d1b99887c
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Fri Nov 22 17:42:47 2019 -0500

    Fix javadoc @see reference.
---
 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 e4c19cb..8213c0f 100644
--- a/java/org/apache/catalina/servlets/WebdavServlet.java
+++ b/java/org/apache/catalina/servlets/WebdavServlet.java
@@ -131,7 +131,7 @@ import org.xml.sax.SAXException;
  *
  * @author Remy Maucherat
  *
- * @see https://tools.ietf.org/html/rfc4918
+ * @see <a href="https://tools.ietf.org/html/rfc4918">RFC 4918</a>
  */
 public class WebdavServlet extends DefaultServlet {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org