This commit is contained in:
Gary Gregory 2023-07-23 14:31:28 -04:00
parent 659192f1b5
commit 9c73c833d5
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ public class ObjectUtils {
*
* @param <T> The argument type or null.
* @param object The argument.
* @return The argument Class or null.
* @return The argument's Class or null.
* @since 3.13.0
*/
@SuppressWarnings("unchecked")