Fix JavaDoc link

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1666365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2015-03-13 07:42:05 +00:00
parent f29eb8e7f8
commit a234f033b6

View File

@ -323,7 +323,7 @@ public static String getPackageName(String className) {
* @param len the desired length of the abbreviated name
* @return the abbreviated name or an empty string
* @throws IllegalArgumentException if len <= 0
* @see getAbbreviatedName(String, int)
* @see #getAbbreviatedName(String, int)
* @since 3.4
*/
public static String getAbbreviatedName(final Class<?> cls, int len) {