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 2017/07/03 19:49:21 UTC

svn commit: r1800711 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

Author: markt
Date: Mon Jul  3 19:49:21 2017
New Revision: 1800711

URL: http://svn.apache.org/viewvc?rev=1800711&view=rev
Log:
Correct javadoc tags

Modified:
    tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java?rev=1800711&r1=1800710&r2=1800711&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java (original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Mon Jul  3 19:49:21 2017
@@ -2172,7 +2172,7 @@ public class DefaultServlet extends Http
      *
      * @exception IOException if an input/output error occurs
      *
-     * @Deprecated Unused. This will be removed in Tomcat 9.
+     * @deprecated Unused. This will be removed in Tomcat 9.
      *             Use {@link #copy(InputStream, ServletOutputStream)}
      */
     @Deprecated
@@ -2222,7 +2222,7 @@ public class DefaultServlet extends Http
      *
      * @exception IOException if an input/output error occurs
      *
-     * @Deprecated Unused. This will be removed in Tomcat 9.
+     * @deprecated Unused. This will be removed in Tomcat 9.
      *             Use {@link #copy(InputStream, PrintWriter, String)}
      */
     @Deprecated



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