Merge branch 'ObjectUtils'

This commit is contained in:
Benedikt Ritter 2017-10-21 17:33:26 +02:00
commit 6276d0f844
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
1 changed files with 3 additions and 3 deletions

View File

@ -1035,7 +1035,7 @@ public static <T> T CONST(final T v) {
/** /**
* Gets the class name of the given object. * Gets the class name of the given object.
* *
* @param object the object to query, may be null * @param object the object to query, may be null
* @return the given object's class name or null if the object is null * @return the given object's class name or null if the object is null
* @since 3.7 * @since 3.7
@ -1046,7 +1046,7 @@ public static String getClassName(final Object object) {
/** /**
* Gets the class simple name of the given object. * Gets the class simple name of the given object.
* *
* @param object the object to query, may be null * @param object the object to query, may be null
* @return the given object's class simple name or null if the object is null * @return the given object's class simple name or null if the object is null
* @since 3.7 * @since 3.7
@ -1057,7 +1057,7 @@ public static String getClassSimpleName(final Object object) {
/** /**
* Gets the class canonical name of the given object. * Gets the class canonical name of the given object.
* *
* @param object the object to query, may be null * @param object the object to query, may be null
* @return the given object's class canonical name or null if the object is null * @return the given object's class canonical name or null if the object is null
* @since 3.7 * @since 3.7