]> source.dussan.org Git - poi.git/commitdiff
[github-339] compile issue in test
authorPJ Fanning <fanningpj@apache.org>
Sun, 17 Jul 2022 01:57:18 +0000 (01:57 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 17 Jul 2022 01:57:18 +0000 (01:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902790 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFParagraph.java

index 25b259414944c4f5974c175885bc63c8f09571c4..e778dbf502ad81270725d2bfecbaf442b3dad804 100644 (file)
@@ -27,6 +27,7 @@ import java.io.IOException;
 import java.math.BigInteger;
 import java.util.List;
 
+import org.apache.poi.util.StringUtil;
 import org.apache.poi.xwpf.XWPFTestDataSamples;
 import org.junit.jupiter.api.Test;
 import org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture;