Author: markt
Date: Wed Jan 13 14:12:22 2016
New Revision: 1724428

URL: http://svn.apache.org/viewvc?rev=1724428&view=rev
Log:
Deprecate unused code

Modified:
    tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java

Modified: tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java?rev=1724428&r1=1724427&r2=1724428&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java (original)
+++ tomcat/trunk/java/org/apache/catalina/util/RequestUtil.java Wed Jan 13 
14:12:22 2016
@@ -100,7 +100,10 @@ public final class RequestUtil {
      * @param encoding The encoding to use; encoding must not be null.
      * If an unsupported encoding is specified the parameters will not be
      * parsed and the map will not be modified
+     *
+     * @deprecated Unused. This will be removed in Tomcat 9.0.x.
      */
+    @Deprecated
     public static void parseParameters(Map<String,String[]> map, String data,
             String encoding) {
 
@@ -183,7 +186,10 @@ public final class RequestUtil {
      *
      * @exception UnsupportedEncodingException if the requested encoding is not
      * supported.
+     *
+     * @deprecated Unused. This will be removed in Tomcat 9.0.x.
      */
+    @Deprecated
     public static void parseParameters(Map<String,String[]> map, byte[] data,
             String encoding) throws UnsupportedEncodingException {
 



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

Reply via email to