Repository: commons-lang
Updated Branches:
  refs/heads/master be3638eb4 -> 6276d0f84


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.


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f0930aa1
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/f0930aa1
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f0930aa1

Branch: refs/heads/master
Commit: f0930aa1512a408635d2286c01d49523b1234db7
Parents: 6ea2fc8
Author: Allon Mureinik <amure...@redhat.com>
Authored: Sat Oct 21 14:38:53 2017 +0300
Committer: Allon Mureinik <amure...@redhat.com>
Committed: Sat Oct 21 14:39:25 2017 +0300

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/ObjectUtils.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f0930aa1/src/main/java/org/apache/commons/lang3/ObjectUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/ObjectUtils.java 
b/src/main/java/org/apache/commons/lang3/ObjectUtils.java
index 16a6b93..8bebba9 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

Reply via email to