mirror of https://github.com/apache/openjpa.git
OPENJPA-149 OPENJPA-159 fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@651457 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd2afc3f70
commit
a2beac443c
|
@ -58,7 +58,7 @@ public class WASRegistryManagedRuntime extends RegistryManagedRuntime {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delegate for the WebSphere proprietary UOWAction interface. Enables a
|
* Delegate for the WebSphere proprietary UOWAction interface. Enables a
|
||||||
* {$link Runnable} to be passed in to the WebSphere UOWManager.
|
* {@link Runnable} to be passed in to the WebSphere UOWManager.
|
||||||
*/
|
*/
|
||||||
class DelegatingUOWAction implements UOWAction {
|
class DelegatingUOWAction implements UOWAction {
|
||||||
Runnable _del;
|
Runnable _del;
|
||||||
|
|
Loading…
Reference in New Issue