You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/05/01 05:44:36 UTC

svn commit: r398514 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/VelPropertyGet.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org