Author: niallp
Date: Fri Jan 25 07:21:08 2008
New Revision: 615244
URL: http://svn.apache.org/viewvc?rev=615244&view=rev
Log:
javadoc correction
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/ClassUtils.java
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/ClassUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ClassUtils.java?rev=615244&r1=615243&r2=615244&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/ClassUtils.java
(original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/ClassUtils.java
Fri Jan 25 07:21:08 2008
@@ -819,7 +819,7 @@
*
* <p>The string passed in is assumed to be a canonical name - it is not
checked.</p>
*
- * @param className the className to get the short name for
+ * @param canonicalName the class name to get the short name for
* @return the canonical name of the class without the package name or an
empty string
* @since 2.4
*/