]> source.dussan.org Git - poi.git/commitdiff
stray imports
authorPJ Fanning <fanningpj@apache.org>
Mon, 22 Nov 2021 13:38:09 +0000 (13:38 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 22 Nov 2021 13:38:09 +0000 (13:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895256 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFComment.java

index 23756e0f93bc73bcaf8308730e3842361052c7bc..76dfd8bc43da35d212c5ddf577926c67bd1056ea 100644 (file)
@@ -40,9 +40,6 @@ import org.apache.poi.xssf.XSSFITestDataProvider;
 import org.apache.poi.xssf.XSSFTestDataSamples;
 import org.apache.poi.xssf.model.Comments;
 import org.apache.poi.xssf.model.CommentsTable;
-import org.apache.poi.xssf.streaming.SXSSFCell;
-import org.apache.poi.xssf.streaming.SXSSFRow;
-import org.apache.poi.xssf.streaming.SXSSFSheet;
 import org.apache.poi.xssf.streaming.SXSSFWorkbook;
 import org.apache.xmlbeans.XmlObject;
 import org.junit.jupiter.api.Test;