mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-12-21 23:08:52 -05:00
javax.sql is not java.sql oops
This commit is contained in:
parent
e28c1fef14
commit
4db87d4dc5
@ -136,7 +136,7 @@ public class JdbcMapperProcessor extends AbstractProcessor {
|
||||
}
|
||||
if (doJndi) {
|
||||
w.write("import javax.naming.InitialContext;\n");
|
||||
// * imported below w.write("import javax.sql.DataSource;\n");
|
||||
w.write("import javax.sql.DataSource;\n");
|
||||
}
|
||||
w.write("import java.sql.*;\n\n");
|
||||
w.write("import static com.moparisthebest.jdbc.util.ResultSetUtil.*;\n");
|
||||
|
Loading…
Reference in New Issue
Block a user