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:
Michael Dick 2008-04-24 23:27:40 +00:00
parent bd2afc3f70
commit a2beac443c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class WASRegistryManagedRuntime extends RegistryManagedRuntime {
/**
* 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 {
Runnable _del;