]> source.dussan.org Git - poi.git/commitdiff
Revert organize imports
authorDominik Stadler <centic@apache.org>
Sat, 21 Feb 2015 11:58:45 +0000 (11:58 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 21 Feb 2015 11:58:45 +0000 (11:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1661327 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java

index e2f03058d5f4ce3dbd551070aa7df6443cb8055f..0f8549562d474755d97b28db4eac274ac6d2270b 100644 (file)
 
 package org.apache.poi.xssf.usermodel;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertArrayEquals;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
 
 import java.io.ByteArrayInputStream;
 import java.io.ByteArrayOutputStream;