Author: cbrisson
Date: Fri Mar 15 13:43:46 2019
New Revision: 1855592
URL: http://svn.apache.org/viewvc?rev=1855592&view=rev
Log:
[engine] Put back the unused constant velocimacro.messages.on, as deprecated
Modified:
velocity/engine/trunk/velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeConstants.java
Modified:
velocity/engine/trunk/velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeConstants.java
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeConstants.java?rev=1855592&r1=1855591&r2=1855592&view=diff
==============================================================================
---
velocity/engine/trunk/velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeConstants.java
(original)
+++
velocity/engine/trunk/velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeConstants.java
Fri Mar 15 13:43:46 2019
@@ -319,6 +319,13 @@ public interface RuntimeConstants extend
*/
String VM_BODY_REFERENCE = "velocimacro.body_reference";
+ /**
+ * <p>Switch for VM blather: default true. Unused since 2.0.</p>
+ * @deprecated since 2.1
+ */
+ @Deprecated
+ String VM_MESSAGES_ON = "velocimacro.messages.on";
+
/*
* ----------------------------------------------------------------------
* S T I C T M O D E B E H A V I O U R