Skip to content
Snippets Groups Projects
Commit dc0fb9ab authored by michaelisvy's avatar michaelisvy
Browse files

removing unused method #85

parent 5570366c
No related branches found
No related tags found
No related merge requests found
......@@ -66,10 +66,6 @@ public class JdbcVisitRepositoryImpl implements VisitRepository {
}
}
public void deletePet(int id) throws DataAccessException {
this.jdbcTemplate.update("DELETE FROM pets WHERE id=?", id);
}
/**
* Creates a {@link MapSqlParameterSource} based on data values from the supplied {@link Visit} instance.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment