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

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

commit 17a0d32012b202c1049fc18254ff777897bce1f4
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 6237dd3..712e869 100644
--- a/java/org/apache/tomcat/util/buf/UDecoder.java
+++ b/java/org/apache/tomcat/util/buf/UDecoder.java
@@ -298,7 +298,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, StandardCharsets.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