Author: ggregory Date: Mon Apr 11 14:18:46 2011 New Revision: 1091085 URL: http://svn.apache.org/viewvc?rev=1091085&view=rev Log: Javadoc
Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java?rev=1091085&r1=1091084&r2=1091085&view=diff ============================================================================== --- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java (original) +++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java Mon Apr 11 14:18:46 2011 @@ -156,6 +156,8 @@ public class ClassUtils { /** * <p>Gets the class name minus the package name from a {@code Class}.</p> + * + * <p>Consider using the Java 5 API {@link Class#getSimpleName()} instead.</p> * * @param cls the class to get the short name for. * @return the class name without the package name or an empty string