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 7717f860271c3a44044eeb6a859eef4a5e85aaf5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Mar 16 16:03:12 2020 +0000

    Deprecated unused method
---
 java/org/apache/tomcat/util/buf/UDecoder.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/java/org/apache/tomcat/util/buf/UDecoder.java 
b/java/org/apache/tomcat/util/buf/UDecoder.java
index 0689d1e..6d123ea 100644
--- a/java/org/apache/tomcat/util/buf/UDecoder.java
+++ b/java/org/apache/tomcat/util/buf/UDecoder.java
@@ -350,7 +350,10 @@ public final class UDecoder {
      * @return the decoded string
      * @exception IllegalArgumentException if a '%' character is not followed
      * by a valid 2-digit hexadecimal number
+     *
+     * @deprecated Unused. This will be removed in Tomcat 10 onwards
      */
+    @Deprecated
     public static String URLDecode(String str) {
         return URLDecode(str, B2CConverter.UTF_8);
     }


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

Reply via email to