OPENJPA-366 Trivial typo in new message

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@581619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig Russell 2007-10-03 15:08:04 +00:00
parent 03d19774c2
commit cafd3d7a62

View File

@ -376,6 +376,6 @@ initializer processing.
invalid-tran-status: The transaction was not in a valid state ({0}) to \ invalid-tran-status: The transaction was not in a valid state ({0}) to \
accept the "{1}" method invocation. Processing will continue. accept the "{1}" method invocation. Processing will continue.
multi-threaded-access: Multiple concurrent threads attempted to access a \ multi-threaded-access: Multiple concurrent threads attempted to access a \
single broker. By default brokers are not thread safe, if you require \ single broker. By default brokers are not thread safe; if you require \
and/or intent a broker to be accessed by more then one thread, set the \ 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. openjpa.Multithreaded property to true to override the default behavior.