aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/util/DeprecationAwareExtProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/main/java/org/apache/velocity/util/DeprecationAwareExtProperties.java')
-rw-r--r--velocity-engine-core/src/main/java/org/apache/velocity/util/DeprecationAwareExtProperties.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/velocity-engine-core/src/main/java/org/apache/velocity/util/DeprecationAwareExtProperties.java b/velocity-engine-core/src/main/java/org/apache/velocity/util/DeprecationAwareExtProperties.java
index 5b0c79bd..24b9584b 100644
--- a/velocity-engine-core/src/main/java/org/apache/velocity/util/DeprecationAwareExtProperties.java
+++ b/velocity-engine-core/src/main/java/org/apache/velocity/util/DeprecationAwareExtProperties.java
@@ -49,6 +49,8 @@ public class DeprecationAwareExtProperties extends Hashtable<String, Object>
/**
* Emit a warning in the log for adeprecated property name
+ * @param oldName old property name
+ * @param newName new property name
*/
protected void warnDeprecated(String oldName, String newName)
{