OPENJPA-323. If it was ok to comment out, it must be ok to remove altogether.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@567858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-08-20 22:25:37 +00:00
parent 6de7e5f581
commit 0a40e8c9a4

View File

@ -59,8 +59,6 @@ not-embed: "{0}" specifies an embedded mapping strategy, but it is not \
embedded.
not-oid: "{0}" species an object id mapping strategy, but it is not \
an object id field.
# oid-not-joinable: Field "{0}" embedded within object id field "{1}" cannot be \
# a primary key value. Its mapping does not allow it to be a join target.
flat-table: Type "{0}" uses a flat inheritance mapping, but declares a table \
name of "{1}", which does not match the superclass table "{2}".
not-string: Field "{0}" declares a string field mapping strategy, but is not \