You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/31 14:21:44 UTC

[commons-lang] branch master updated: Remove trailing white spaces on all lines.

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 1dcf141  Remove trailing white spaces on all lines.
1dcf141 is described below

commit 1dcf141f7c79c3be9cf0157e811f775ae9f68270
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 31 09:21:40 2019 -0500

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

diff --git a/src/main/java/org/apache/commons/lang3/SystemUtils.java b/src/main/java/org/apache/commons/lang3/SystemUtils.java
index 7d5c2cc..6abb09e 100644
--- a/src/main/java/org/apache/commons/lang3/SystemUtils.java
+++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java
@@ -1711,7 +1711,7 @@ public class SystemUtils {
      * <p>
      * Gets the user name.
      * </p>
-     * 
+     *
      * @param defaultValue A default value.
      * @return a name
      * @throws SecurityException if a security manager exists and its {@code checkPropertyAccess} method doesn't allow