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 9a3f747 Remove trailing white spaces on all lines. 9a3f747 is described below commit 9a3f74709c56c74593bc8077176d559a586e7572 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Sep 11 14:55:33 2019 -0400 Remove trailing white spaces on all lines. --- src/test/java/org/apache/commons/lang3/StringUtilsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/lang3/StringUtilsTest.java b/src/test/java/org/apache/commons/lang3/StringUtilsTest.java index b0ec127..1967c00 100644 --- a/src/test/java/org/apache/commons/lang3/StringUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/StringUtilsTest.java @@ -1687,7 +1687,7 @@ public class StringUtilsTest { // StringUtils.removeIgnoreCase("\u0130x", "x") = "\u0130" assertEquals("\u0130", StringUtils.removeIgnoreCase("\u0130x", "x")); - + // LANG-1453 StringUtils.removeIgnoreCase("İa", "a"); }