Remove duplicate words
Closes gh-1039
This commit is contained in:
committed by
Stephane Nicoll
parent
50c11028d5
commit
44e652f99e
@@ -189,7 +189,7 @@ public class StoredProcedureTests {
|
||||
TestJdbcTemplate t = new TestJdbcTemplate();
|
||||
t.setDataSource(dataSource);
|
||||
// Will fail without the following, because we're not able to get a connection
|
||||
// from the DataSource here if we need to to create an ExceptionTranslator
|
||||
// from the DataSource here if we need to create an ExceptionTranslator
|
||||
t.setExceptionTranslator(new SQLStateSQLExceptionTranslator());
|
||||
StoredProcedureConfiguredViaJdbcTemplate sp = new StoredProcedureConfiguredViaJdbcTemplate(t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user