]> source.dussan.org Git - poi.git/commitdiff
extra classes in poi-ooxml-lite
authorPJ Fanning <fanningpj@apache.org>
Sat, 14 Oct 2023 14:38:12 +0000 (14:38 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 14 Oct 2023 14:38:12 +0000 (14:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912965 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/test/java/org/apache/poi/xwpf/TestNecessaryOOXMLClasses.java

index 047741435a3295be8642a2132f5759efe1eb5938..e514fabdd20bb46ec1467bc3e36a9a17c9f9246b 100644 (file)
@@ -22,7 +22,6 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
 
 import org.junit.jupiter.api.Test;
 import org.openxmlformats.schemas.wordprocessingml.x2006.main.*;
-import org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTBdoContentRunImpl;
 
 // aim is to get these classes loaded and included in poi-ooxml-lite.jar
 class TestNecessaryOOXMLClasses {