(doc) Point to right getShortClassName flavor in Javadoc for relevant notes (#1097)

This commit is contained in:
ljacqu 2023-08-15 19:48:27 +02:00 committed by GitHub
parent 842f71dcc5
commit 0701011fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>
*