mirror of https://github.com/apache/openjpa.git
OPENJPA-293. Moved localized message to correct package.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@584900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7eabf992bb
commit
716b008346
|
@ -58,5 +58,3 @@ unknown-identifier: Undeclared identifier "{0}".
|
|||
update-constant-value: Update expression "{0}" may only use literals \
|
||||
or parameters as update values.
|
||||
bad-parse: Encountered "{0}" at character {1}, but expected: {2}.
|
||||
no-saved-fields: No state snapshot is available for "{0}", but this instance \
|
||||
uses state-comparison for dirty detection.
|
||||
|
|
|
@ -379,3 +379,5 @@ multi-threaded-access: Multiple concurrent threads attempted to access a \
|
|||
single broker. By default brokers are not thread safe; if you require \
|
||||
and/or intend a broker to be accessed by more than one thread, set the \
|
||||
openjpa.Multithreaded property to true to override the default behavior.
|
||||
no-saved-fields: No state snapshot is available for "{0}", but this instance \
|
||||
uses state-comparison for dirty detection.
|
||||
|
|
Loading…
Reference in New Issue