Optimized imports

This commit is contained in:
Ziver Koc 2018-05-26 23:04:40 +02:00
parent b1c53d88ae
commit c570847f3a
34 changed files with 22 additions and 52 deletions

View file

@ -11,7 +11,6 @@ import java.util.logging.Level;
import static junit.framework.TestCase.assertNull;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertSame;
import static zutil.db.bean.DBBeanTestBase.*;
/**

View file

@ -10,7 +10,7 @@ import zutil.log.LogUtil;
import java.sql.SQLException;
import java.util.logging.Level;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static zutil.db.bean.DBBeanTestBase.*;
/**