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 92529ed  Remove trailing whitespace.
92529ed is described below

commit 92529ed9038e21866c2c1783c02a126b6615a8f5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Feb 7 10:58:58 2021 -0500

    Remove trailing whitespace.
---
 src/main/java/org/apache/commons/lang3/function/Objects.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/function/Objects.java 
b/src/main/java/org/apache/commons/lang3/function/Objects.java
index 93081c3..5831a73 100755
--- a/src/main/java/org/apache/commons/lang3/function/Objects.java
+++ b/src/main/java/org/apache/commons/lang3/function/Objects.java
@@ -58,7 +58,7 @@ import org.apache.commons.lang3.ObjectUtils;
  * can't, and the Java compiler confirms this.(An alternative to redundancy
  * would have been to change the {@code ObjectUtils} class. However, that
  * would mean loosing upwards compatibility, and we don't do that.)
- * 
+ *
  * @since 3.12
  */
 public class Objects {

Reply via email to