mirror of https://github.com/apache/openjpa.git
Fix line length
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@673188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54d1a24320
commit
bae08e93e4
|
@ -198,9 +198,10 @@ public class RegistryManagedRuntime
|
|||
* RegistryManagedRuntime cannot suspend transactions.
|
||||
* </P>
|
||||
*/
|
||||
public void doNonTransactionalWork(Runnable runnable) throws NotSupportedException {
|
||||
throw new NotSupportedException(
|
||||
_loc.get("tsr-cannot-suspend").getMessage());
|
||||
public void doNonTransactionalWork(Runnable runnable)
|
||||
throws NotSupportedException {
|
||||
throw new NotSupportedException(_loc.get("tsr-cannot-suspend")
|
||||
.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue