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
commit 7bca07cb07b1c88eee4356b0354e3cd02d7f8361 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 12 08:42:32 2025 -0400 Sort imports --- src/test/java/org/apache/commons/lang3/StringUtilsContainsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/lang3/StringUtilsContainsTest.java b/src/test/java/org/apache/commons/lang3/StringUtilsContainsTest.java index 8a8ec01af..61579a921 100644 --- a/src/test/java/org/apache/commons/lang3/StringUtilsContainsTest.java +++ b/src/test/java/org/apache/commons/lang3/StringUtilsContainsTest.java @@ -18,8 +18,8 @@ import static org.apache.commons.lang3.Supplementary.CharU20000; import static org.apache.commons.lang3.Supplementary.CharU20001; -import static org.apache.commons.lang3.Supplementary.CharUSuppCharLow; import static org.apache.commons.lang3.Supplementary.CharUSuppCharHigh; +import static org.apache.commons.lang3.Supplementary.CharUSuppCharLow; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue;