mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
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:
parent
f29eb8e7f8
commit
a234f033b6
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user