Fix Javadoc error in JdbcOperations

Issue: SPR-8664
master
Chris Beams 13 years ago
parent d9de19d7b3
commit 4e522c0cc3
  1. 2
      org.springframework.jdbc/src/main/java/org/springframework/jdbc/core/JdbcOperations.java

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

Loading…
Cancel
Save