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 01:50:44 UTC

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

Author: dion
Date: Sun Apr 30 16:50:43 2006
New Revision: 398464

URL: http://svn.apache.org/viewcvs?rev=398464&view=rev
Log:
Checkstyle

Modified:
    jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/IntrospectorBase.java

Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/IntrospectorBase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/IntrospectorBase.java?rev=398464&r1=398463&r2=398464&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/IntrospectorBase.java (original)
+++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/IntrospectorBase.java Sun Apr 30 16:50:43 2006
@@ -73,6 +73,7 @@
      *            parameters
      * 
      * @return The desired Method object.
+     * @throws Exception on any logical error.
      */
     public Method getMethod(Class c, String name, Object[] params) throws Exception {
         if (c == null) {
@@ -110,6 +111,8 @@
      * Creates a class map for specific class and registers it in the cache.
      * Also adds the qualified name to the name->class map for later Classloader
      * change detection.
+     * @param c class.
+     * @return a {@link ClassMap}
      */
     protected ClassMap createClassMap(Class c) {
         ClassMap classMap = new ClassMap(c);
@@ -120,7 +123,7 @@
     }
 
     /**
-     * Clears the classmap and classname caches
+     * Clears the classmap and classname caches.
      */
     protected void clearCache() {
         /*



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