mirror of https://github.com/apache/openjpa.git
unsupported-value-strategy had a wrong {n} in the message.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@429498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e6d57eb55
commit
f44dd067d8
|
@ -166,8 +166,8 @@ inconsistent-access: Type "{0}" and its persistent superclass "{1}" declare \
|
|||
hierarchy must use the same access type (field vs. property access).
|
||||
no-seq-name: The metadata for "{0}" sets its value or identity strategy \
|
||||
to sequence, but does not name the sequence to use.
|
||||
unsupported-value-strategy: "{0}" declares an unsupported strategy of "{0}" \
|
||||
for its {1}.
|
||||
unsupported-value-strategy: "{0}" declares an unsupported strategy of "{1}" \
|
||||
for its {2}.
|
||||
cant-init-seq: There was an error instantiating named sequence "{0}".
|
||||
not-seq-cls: Named sequence "{0}" declares an invalid class "{1}".
|
||||
bad-value-strategy: "{0}" declares an identity or value strategy of "{1}". \
|
||||
|
|
Loading…
Reference in New Issue