Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@680894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2008-07-30 01:09:18 +00:00
parent 5f138fe08d
commit adb9a6e3de
1 changed files with 1 additions and 1 deletions

View File

@ -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 \