(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 class ClassUtils {
|
|||
* 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…
Reference in New Issue