aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-03-10 19:34:19 +0000
committerClaude Brisson <cbrisson@apache.org>2019-03-10 19:34:19 +0000
commit36b821e8076aa7c38808895d7894bf58f09366ca (patch)
tree19179a6c8da93e66b82aaf292ae5339deb4d3e5c /velocity-engine-core/src/main/java/org/apache/velocity/runtime
parentdec6be9cff760014ac8258471c968e05874971d4 (diff)
downloadapache-velocity-engine-36b821e8076aa7c38808895d7894bf58f09366ca.tar.gz
[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
Diffstat (limited to 'velocity-engine-core/src/main/java/org/apache/velocity/runtime')
-rw-r--r--velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java6
1 files 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}