Author: cbrisson
Date: Sun Mar 10 19:34:19 2019
New Revision: 1855159

URL: http://svn.apache.org/viewvc?rev=1855159&view=rev
Log:
[engine][VELOCITY-909] Fix error: deprecate property 
runtime.conversion.handler.class, and not 2.1 property 
runtime.conversion.handler.instance

Modified:
    
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java

Modified: 
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
URL: 
http://svn.apache.org/viewvc/velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java?rev=1855159&r1=1855158&r2=1855159&view=diff
==============================================================================
--- 
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
 (original)
+++ 
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
 Sun Mar 10 19:34:19 2019
@@ -217,11 +217,11 @@ public interface DeprecatedRuntimeConsta
     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}


Reply via email to