From: Vance K. <va...@us...> - 2006-01-20 17:10:55
|
User: vancek Date: 06/01/20 09:10:49 Modified: andromda-ejb3/src/main/resources/templates/ejb3 ServiceLocator.vsl Log: fixed comment Revision Changes Path 1.2 +1 -1 cartridges/andromda-ejb3/src/main/resources/templates/ejb3/ServiceLocator.vsl Index: ServiceLocator.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/templates/ejb3/ServiceLocator.vsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- ServiceLocator.vsl 10 Jan 2006 08:09:58 -0000 1.1 +++ ServiceLocator.vsl 20 Jan 2006 17:10:49 -0000 1.2 @@ -98,7 +98,7 @@ #foreach ($service in $services) /** - * Gets an instance of {@link $service.fullyQualifiedServiceRemoteName}. + * Gets an instance of {@link ${service.fullyQualifiedServiceRemoteInterfaceName}}. * * @param env the Context environment properties. Null represents no properties. * @throws javax.naming.NamingException failure to lookup remote service interface. |