HHH-5818 exception message typo
This commit is contained in:
parent
31ad26731c
commit
739b88c5ce
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue