We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd64b01 commit 7bca07cCopy full SHA for 7bca07c
src/test/java/org/apache/commons/lang3/StringUtilsContainsTest.java
@@ -18,8 +18,8 @@
18
19
import static org.apache.commons.lang3.Supplementary.CharU20000;
20
import static org.apache.commons.lang3.Supplementary.CharU20001;
21
-import static org.apache.commons.lang3.Supplementary.CharUSuppCharLow;
22
import static org.apache.commons.lang3.Supplementary.CharUSuppCharHigh;
+import static org.apache.commons.lang3.Supplementary.CharUSuppCharLow;
23
import static org.junit.jupiter.api.Assertions.assertEquals;
24
import static org.junit.jupiter.api.Assertions.assertFalse;
25
import static org.junit.jupiter.api.Assertions.assertTrue;
0 commit comments