This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 6934228  Checkstyle: Remove trailing white spaces on all lines.
6934228 is described below

commit 6934228ded0aba917d253625aebd4efb10bbae97
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun May 5 18:03:29 2019 -0400

    Checkstyle: Remove trailing white spaces on all lines.
---
 src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java 
b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
index 7dfe4ad..e9761cd 100644
--- a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
+++ b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
@@ -388,7 +388,7 @@ public class ExceptionUtils {
     public static int getThrowableCount(final Throwable throwable) {
         return getThrowableList(throwable).size();
     }
-    
+
     /**
      * <p>Returns the list of <code>Throwable</code> objects in the
      * exception chain.</p>

Reply via email to