aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelPropertySet.java
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelPropertySet.java')
-rw-r--r--velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelPropertySet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelPropertySet.java b/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelPropertySet.java
index 342f094f..6891b515 100644
--- a/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelPropertySet.java
+++ b/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelPropertySet.java
@@ -36,7 +36,7 @@ public interface VelPropertySet
* @param o Object on which the method will be called with the arg
* @param arg value to be set
* @return the value returned from the set operation (impl specific)
- * @throws Exception
+ * @throws Exception
*/
Object invoke(Object o, Object arg) throws Exception;