From f0930aa1512a408635d2286c01d49523b1234db7 Mon Sep 17 00:00:00 2001 From: Allon Mureinik Date: Sat, 21 Oct 2017 14:38:53 +0300 Subject: [PATCH] Remove ObjectUtils' trailing white spaces Commit 6ea2fc8 inadvertently introduced trailing white spaces in ObjectUtils' code, thus breaking the Checkstyle validation. This patch removes these redundant TWS in order to allow the build to pass. --- src/main/java/org/apache/commons/lang3/ObjectUtils.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 class ObjectUtils { /** * 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 class ObjectUtils { /** * 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 class ObjectUtils { /** * 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