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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]