You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/11/19 23:19:42 UTC

svn commit: r476947 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java

Author: henning
Date: Sun Nov 19 14:19:41 2006
New Revision: 476947

URL: http://svn.apache.org/viewvc?view=rev&rev=476947
Log:
Fix javadoc

Modified:
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java

Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java?view=diff&rev=476947&r1=476946&r2=476947
==============================================================================
--- jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java (original)
+++ jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java Sun Nov 19 14:19:41 2006
@@ -56,7 +56,7 @@
      * @param methodName Name of method to be called
      * @param params array of parameters to method
      * @return Method object retrieved by Introspector
-     * @throws Exception 
+     * @throws IllegalArgumentException The parameter passed in were incorrect.
      */
     public Method getMethod(Class clazz, String methodName, Object[] params) throws IllegalArgumentException
     {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org