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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]