You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/08/02 09:05:48 UTC

[tomcat] 02/02: Fix Javadcoc warning

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

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

commit 081614d12719a1eea01ce593c25978fe4e48ab14
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Aug 2 10:04:21 2019 +0100

    Fix Javadcoc warning
---
 test/org/apache/catalina/startup/TesterServletEncodeUrl.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/org/apache/catalina/startup/TesterServletEncodeUrl.java b/test/org/apache/catalina/startup/TesterServletEncodeUrl.java
index dd8429e..895e5bb 100644
--- a/test/org/apache/catalina/startup/TesterServletEncodeUrl.java
+++ b/test/org/apache/catalina/startup/TesterServletEncodeUrl.java
@@ -34,10 +34,10 @@ public class TesterServletEncodeUrl extends HttpServlet {
 
     /**
      * Almost minimal processing for a servlet.
-     *
-     * @param nextUrl The url the caller would like to go to next. If
-     *                supplied, put an encoded url into the returned
-     *                html page as a hyperlink.
+     * <p>
+     * The request parameter <code>nextUrl</code> specifies the url to which the
+     * caller would like to go next. If supplied, put an encoded url into the
+     * returned html page as a hyperlink.
      */
     @Override
     protected void doGet(HttpServletRequest req, HttpServletResponse resp)


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