From 36b821e8076aa7c38808895d7894bf58f09366ca Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Sun, 10 Mar 2019 19:34:19 +0000 Subject: [engine][VELOCITY-909] Fix error: deprecate property runtime.conversion.handler.class, and not 2.1 property runtime.conversion.handler.instance git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/branches/VELOCITY-909@1855159 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/velocity/runtime/DeprecatedRuntimeConstants.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java index 1ee36f0c..09d0b9ca 100644 --- a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java +++ b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java @@ -217,11 +217,11 @@ public interface DeprecatedRuntimeConstants String OLD_UBERSPECT_CLASSNAME = "runtime.introspector.uberspect"; /** - * key for Conversion Manager instance + * key for Conversion Manager class * @deprecated see {@link RuntimeConstants#CONVERSION_HANDLER_INSTANCE} */ - String OLD_CONVERSION_HANDLER_INSTANCE = "runtime.conversion.handler.instance"; - + String OLD_CONVERSION_HANDLER_CLASS = "introspector.conversion_handler.class"; + /** * Switch for the interpolation facility for string literals. * @deprecated see {@link RuntimeConstants#INTERPOLATE_STRINGLITERALS} -- cgit v1.2.3