diff --git a/src/main/java/org/apache/commons/lang3/ObjectUtils.java b/src/main/java/org/apache/commons/lang3/ObjectUtils.java index 16a6b9312..8bebba9da 100644 --- a/src/main/java/org/apache/commons/lang3/ObjectUtils.java +++ b/src/main/java/org/apache/commons/lang3/ObjectUtils.java @@ -1035,7 +1035,7 @@ public static T CONST(final T v) { /** * Gets the class name of the given object. - * + * * @param object the object to query, may be null * @return the given object's class name or null if the object is null * @since 3.7 @@ -1046,7 +1046,7 @@ public static String getClassName(final Object object) { /** * Gets the class simple name of the given object. - * + * * @param object the object to query, may be null * @return the given object's class simple name or null if the object is null * @since 3.7 @@ -1057,7 +1057,7 @@ public static String getClassSimpleName(final Object object) { /** * Gets the class canonical name of the given object. - * + * * @param object the object to query, may be null * @return the given object's class canonical name or null if the object is null * @since 3.7