Author: dion
Date: Sun Apr 30 20:44:34 2006
New Revision: 398514
URL: http://svn.apache.org/viewcvs?rev=398514&view=rev
Log:
Checkstyle
Modified:
jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/VelPropertyGet.java
Modified:
jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/VelPropertyGet.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/VelPropertyGet.java?rev=398514&r1=398513&r2=398514&view=diff
==============================================================================
---
jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/VelPropertyGet.java
(original)
+++
jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/VelPropertyGet.java
Sun Apr 30 20:44:34 2006
@@ -30,6 +30,9 @@
/**
* invocation method - called when the 'get action' should be performed and
* a value returned.
+ * @param o the object to get the property from.
+ * @return the property value.
+ * @throws Exception on any error.
*/
Object invoke(Object o) throws Exception;
@@ -43,6 +46,7 @@
/**
* returns the method name used to return this 'property'.
+ * @return the method name.
*/
String getMethodName();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]