aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/resources/org/apache/velocity
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2018-10-17 11:42:10 +0000
committerClaude Brisson <cbrisson@apache.org>2018-10-17 11:42:10 +0000
commit4a86b6d5482a2cf20c7f2266172e83edaa743965 (patch)
treeb3300141b47682013137c0929571cc86a3415adb /velocity-engine-core/src/main/resources/org/apache/velocity
parent781efc290c0e0f44ad454e1dd8c2a0a54ed8dc47 (diff)
downloadapache-velocity-engine-4a86b6d5482a2cf20c7f2266172e83edaa743965.tar.gz
[VELOCITY-892] Handling conversions towards Type (work in progress)
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/branches/VELOCITY-892@1844087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'velocity-engine-core/src/main/resources/org/apache/velocity')
-rw-r--r--velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties b/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
index ffc91fe0..b29d7e66 100644
--- a/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
+++ b/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
@@ -210,7 +210,7 @@ runtime.introspector.uberspect = org.apache.velocity.util.introspection.Uberspec
# Sets the data types Conversion Handler used by the default uberspector
# ----------------------------------------------------------------------------
-runtime.conversion.handler.class = org.apache.velocity.util.introspection.ConversionHandlerImpl
+runtime.conversion.handler.class = org.apache.velocity.util.introspection.TypeConversionHandlerImpl
# ----------------------------------------------------------------------------