HHH-5818 exception message typo

This commit is contained in:
Brett Meyer 2013-10-02 12:57:45 -04:00
parent 31ad26731c
commit 739b88c5ce
1 changed files with 1 additions and 1 deletions

View File

@ -2167,7 +2167,7 @@ public abstract class Loader {
catch ( SQLException sqle ) {
throw factory.getSQLExceptionHelper().convert(
sqle,
"could not collection element by index",
"could not load collection element by index",
getSQLString()
);
}