mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
removing unused method #85
This commit is contained in:
parent
5570366cfd
commit
dc0fb9abd8
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
* Creates a {@link MapSqlParameterSource} based on data values from the supplied {@link Visit} instance.
|
||||||
|
|
Loading…
Reference in a new issue