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:14 UTC

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

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 76ab416  Fix javadoc @see reference.
76ab416 is described below

commit 76ab416598197e55b285cdb0fba915ee777c92b5
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 f870443..5874488 100644
--- a/java/org/apache/catalina/servlets/WebdavServlet.java
+++ b/java/org/apache/catalina/servlets/WebdavServlet.java
@@ -124,7 +124,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