GitHub user mureinik opened a pull request:
https://github.com/apache/commons-lang/pull/302
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mureinik/commons-lang ObjectUtils
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/302.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #302
----
commit f0930aa1512a408635d2286c01d49523b1234db7
Author: Allon Mureinik <[email protected]>
Date: 2017-10-21T11:38:53Z
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.
----
---