Fix Javadoc error in JdbcOperations

Issue: SPR-8664
This commit is contained in:
Chris Beams 2011-09-03 20:07:08 +00:00
parent d9de19d7b3
commit 4e522c0cc3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import org.springframework.jdbc.support.rowset.SqlRowSet;
* As an alternative to a mock objects approach to testing data access code,
* consider the powerful integration testing support provided in the
* <code>org.springframework.test</code> package, shipped in
* <code>spring-mock.jar</code>.
* <code>spring-test.jar</code>.
*
* @author Rod Johnson
* @author Juergen Hoeller