aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/resources/org/apache/velocity
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-03-03 17:47:32 +0000
committerClaude Brisson <cbrisson@apache.org>2019-03-03 17:47:32 +0000
commite6bc7dc9661efabf26a8aade5b546829bc8667dd (patch)
tree235e92ee80e0477770facd14ba03d5cb3fcfca3c /velocity-engine-core/src/main/resources/org/apache/velocity
parentd24fbe2c5729ad26f99462dd689cd3effb677dc0 (diff)
downloadapache-velocity-engine-e6bc7dc9661efabf26a8aade5b546829bc8667dd.tar.gz
[engine] Don't mix hyphens with dashes ; use '_' for word separator in corresponding property name
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1854737 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.properties4
1 files changed, 2 insertions, 2 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 b29d7e66..b3b61a6e 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
@@ -250,9 +250,9 @@ introspector.restrict.classes = java.lang.ThreadLocal
space.gobbling = lines
# ----------------------------------------------------------------------------
-# DASH IN IDENTIFIERS
+# HYPHEN IN IDENTIFIERS
# ----------------------------------------------------------------------------
# Set to true to allow '-' in reference identifiers (backward compatibility option)
# ----------------------------------------------------------------------------
-parser.allows.dash.in.identifiers = false
+parser.allow_hyphen_in_identifiers = false