This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 013b994 Fix javadoc
013b994 is described below
commit 013b99449714e448b8673c0c9cac9fa69a347fe7
Author: remm <[email protected]>
AuthorDate: Sun May 5 15:57:13 2019 +0200
Fix javadoc
---
java/org/apache/catalina/servlets/DefaultServlet.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java
b/java/org/apache/catalina/servlets/DefaultServlet.java
index 981eb6f..59dea4e 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -1423,6 +1423,7 @@ public class DefaultServlet extends HttpServlet {
*
* @param contextPath The path
* @param resource The resource
+ * @param encoding The encoding to use to process the readme (if any)
*
* @return the input stream with the rendered output
*
@@ -1441,6 +1442,7 @@ public class DefaultServlet extends HttpServlet {
/**
* Decide which way to render. HTML or XML.
*
+ * @param request The HttpServletRequest being served
* @param contextPath The path
* @param resource The resource
* @param encoding The encoding to use to process the readme (if any)
@@ -1491,6 +1493,7 @@ public class DefaultServlet extends HttpServlet {
* @param contextPath Context path to which our internal paths are relative
* @param resource The associated resource
* @param xsltSource The XSL stylesheet
+ * @param encoding The encoding to use to process the readme (if any)
*
* @return the XML data
*
@@ -1665,6 +1668,7 @@ public class DefaultServlet extends HttpServlet {
*
* @param contextPath Context path to which our internal paths are relative
* @param resource The associated resource
+ * @param encoding The encoding to use to process the readme (if any)
*
* @return the HTML data
*
@@ -1683,6 +1687,7 @@ public class DefaultServlet extends HttpServlet {
* Return an InputStream to an HTML representation of the contents of this
* directory.
*
+ * @param request The HttpServletRequest being served
* @param contextPath Context path to which our internal paths are relative
* @param resource The associated resource
* @param encoding The encoding to use to process the readme (if any)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]