mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-23 18:56:42 +00:00
(doc) Point to right getShortClassName flavor in Javadoc for relevant notes (#1097)
This commit is contained in:
parent
842f71dcc5
commit
0701011fe9
@ -925,7 +925,7 @@ public static String getShortCanonicalName(final String canonicalName) {
|
||||
* Gets the class name minus the package name from a {@link Class}.
|
||||
*
|
||||
* <p>
|
||||
* This method simply gets the name using {@code Class.getName()} and then calls {@link #getShortClassName(Class)}. See
|
||||
* This method simply gets the name using {@code Class.getName()} and then calls {@link #getShortClassName(String)}. See
|
||||
* relevant notes there.
|
||||
* </p>
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user