fix error message

This commit is contained in:
Gavin King 2022-09-07 18:56:53 +02:00
parent 9005403344
commit 53e1ee2f19
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ public abstract class CollectionBinder {
}
catch (MappingException e) {
throw new AnnotationException(
"mappedBy reference an unknown target entity property: " +
"mappedBy references an unknown target entity property: " +
collType + "." + this.mappedBy +
" in " +
collection.getOwnerEntityName() +