mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2222 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+1
-1
@@ -418,7 +418,7 @@ public abstract class AbstractJdbcInsert {
|
||||
return kh.getKey();
|
||||
}
|
||||
else {
|
||||
throw new DataIntegrityViolationException("Unable to retreive the generated key for the insert: " +
|
||||
throw new DataIntegrityViolationException("Unable to retrieve the generated key for the insert: " +
|
||||
getInsertString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user