You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/05/27 20:17:51 UTC

[lang] StringUtils: fix checkstyle violation

Repository: commons-lang
Updated Branches:
  refs/heads/master ae7bef343 -> b933f55e5


StringUtils: fix checkstyle violation


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

Branch: refs/heads/master
Commit: b933f55e5878f366e966f1a80d7450f49cefb115
Parents: ae7bef3
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun May 27 22:17:47 2018 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun May 27 22:17:47 2018 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/StringUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/b933f55e/src/main/java/org/apache/commons/lang3/StringUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/StringUtils.java b/src/main/java/org/apache/commons/lang3/StringUtils.java
index 182d276..66a2960 100644
--- a/src/main/java/org/apache/commons/lang3/StringUtils.java
+++ b/src/main/java/org/apache/commons/lang3/StringUtils.java
@@ -115,7 +115,7 @@ import java.util.regex.Pattern;
  */
 //@Immutable
 public class StringUtils {
-    
+
     private static final int STRING_BUILDER_SIZE = 256;
 
     // Performance testing notes (JDK 1.4, Jul03, scolebourne)