You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2019/05/05 13:44:17 UTC

[tomcat] branch master updated: Javadoc fix

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

remm 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 fc534bc  Javadoc fix
fc534bc is described below

commit fc534bce9dc5263cf25c9b5d1a8b9976a0e78d5c
Author: remm <re...@apache.org>
AuthorDate: Sun May 5 15:44:07 2019 +0200

    Javadoc fix
---
 java/org/apache/catalina/servlets/DefaultServlet.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java b/java/org/apache/catalina/servlets/DefaultServlet.java
index bdb3be9..4efd553 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -1583,6 +1583,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)
@@ -1782,6 +1783,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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org