Skip to content

Commit

Permalink
HHH-5818 exception message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Meyer committed Oct 2, 2013
1 parent 31ad267 commit 739b88c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2167,7 +2167,7 @@ protected final List loadEntity(
catch ( SQLException sqle ) {
throw factory.getSQLExceptionHelper().convert(
sqle,
"could not collection element by index",
"could not load collection element by index",
getSQLString()
);
}
Expand Down

0 comments on commit 739b88c

Please sign in to comment.