fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)

This commit is contained in:
Thomas Risberg 2009-10-28 22:25:58 +00:00
parent f4460dcbf7
commit 4a315ba6d1
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}