This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 4036762 Remove deprecated method 4036762 is described below commit 4036762dd6b8b7c314d30f7d6c448b12e4e05d38 Author: remm <r...@apache.org> AuthorDate: Wed Jan 15 12:51:12 2020 +0100 Remove deprecated method --- java/org/apache/tomcat/util/IntrospectionUtils.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/java/org/apache/tomcat/util/IntrospectionUtils.java b/java/org/apache/tomcat/util/IntrospectionUtils.java index 0c2eb6e..2d17a72 100644 --- a/java/org/apache/tomcat/util/IntrospectionUtils.java +++ b/java/org/apache/tomcat/util/IntrospectionUtils.java @@ -223,20 +223,6 @@ public final class IntrospectionUtils { * @param value The value * @param staticProp Replacement properties * @param dynamicProp Replacement properties - * @return the replacement value - * @deprecated Use {@link #replaceProperties(String, Hashtable, PropertySource[], ClassLoader)} - */ - @Deprecated - public static String replaceProperties(String value, - Hashtable<Object,Object> staticProp, PropertySource dynamicProp[]) { - return replaceProperties(value, staticProp, dynamicProp, null); - } - - /** - * Replace ${NAME} with the property value. - * @param value The value - * @param staticProp Replacement properties - * @param dynamicProp Replacement properties * @param classLoader Class loader associated with the code requesting the * property * @return the replacement value --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org