mirror of https://github.com/apache/openjpa.git
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@680894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f138fe08d
commit
adb9a6e3de
|
@ -177,7 +177,7 @@ invalid-id: The id class specified by type "{0}" does not match the \
|
|||
primary key fields of the class. Make sure your identity class has the \
|
||||
same primary keys as your persistent type, including pk field types. \
|
||||
Mismatched property: "{1}"
|
||||
null-cons: The id class specified by type "{0}" does not have public a \
|
||||
null-cons: The id class specified by type "{0}" does not have a public \
|
||||
no-args constructor.
|
||||
hc-method: The identity class specified by type "{0}" is not valid, as the \
|
||||
hashCode method is not overridden. Implement hashCode so that two \
|
||||
|
|
Loading…
Reference in New Issue