aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/resources/org/apache/velocity
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-03-10 12:40:17 +0000
committerClaude Brisson <cbrisson@apache.org>2019-03-10 12:40:17 +0000
commit0d0aaf608f44d0536352c5a1f3c1447d94910252 (patch)
treed7b8854c119fe3e7fae4b1a826db21522c104495 /velocity-engine-core/src/main/resources/org/apache/velocity
parent239daa98f886c06f704162894c3d0fa64f9f802a (diff)
downloadapache-velocity-engine-0d0aaf608f44d0536352c5a1f3c1447d94910252.tar.gz
[engine][VELOCITY-909] Remove all references to old property directive.set.null.allowed (removed in 2.0)
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/branches/VELOCITY-909@1855147 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.properties3
1 files changed, 1 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 bb985b44..13cb52ef 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
@@ -148,8 +148,7 @@ velocimacro.arguments.preserve_literals = false
# that are not defined in the context, or have not been defined
# with a #set directive. This setting will also throw an exception
# if an attempt is made to call a non-existing property on an object
-# or if the object is null. When this property is true then property
-# 'directive.set.null.allowed' is also set to true.
+# or if the object is null.
# ----------------------------------------------------------------------------
runtime.references.strict.enable = false