Removing unnecessary lines

This commit is contained in:
Ankur Gupta
2020-03-27 00:43:33 +05:30
parent 635e2ae55c
commit 8e7655f0b8
2 changed files with 0 additions and 2 deletions
@@ -35,7 +35,6 @@ public class StudentResultJdbcRepoImpl implements StudentResultRepo {
this.jdbcTemplate.batchUpdate(insertQuery, new BatchPreparedStatementSetter() {
@Override
public void setValues(final PreparedStatement ps, final int i) throws SQLException {
ps.setString(1, entry.getKey());
ps.setDouble(2, entry.getValue());
ps.setInt(3, student.getId());
@@ -9,5 +9,4 @@ class HexagonaljavaApplicationTests {
@Test
void contextLoads() {
}
}