javadoc correction

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@615244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Pemberton 2008-01-25 15:21:08 +00:00
parent e266303c56
commit 9681a37481
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ public class ClassUtils {
*
* <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
*/