Skip to content

Commit

Permalink
Fixed import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Watson committed Nov 14, 2020
1 parent a8e15de commit 2847ee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/com/j256/ormlite/jdbc/BaseJdbcTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.internal.runners.model.MultipleFailureException;
import org.junit.rules.MethodRule;
import org.junit.runners.model.FrameworkMethod;
import org.junit.runners.model.MultipleFailureException;
import org.junit.runners.model.Statement;

import com.j256.ormlite.dao.BaseDaoImpl;
import com.j256.ormlite.dao.Dao;
import com.j256.ormlite.dao.DaoManager;
import com.j256.ormlite.db.DatabaseType;
import com.j256.ormlite.jdbc.JdbcConnectionSource;
import com.j256.ormlite.table.DatabaseTableConfig;
import com.j256.ormlite.table.TableUtils;

Expand Down

0 comments on commit 2847ee9

Please sign in to comment.