Optimized imports
This commit is contained in:
parent
b1c53d88ae
commit
c570847f3a
34 changed files with 22 additions and 52 deletions
|
|
@ -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.*;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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.*;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue