From: Vance K. <va...@us...> - 2006-04-17 01:56:39
|
User: vancek Date: 06/04/16 18:56:38 Modified: andromda-ejb3/src/main/resources/templates/ejb3 SessionBeanImpl.vsl Log: fixed comments Revision Changes Path 1.12 +1 -1 cartridges/andromda-ejb3/src/main/resources/templates/ejb3/SessionBeanImpl.vsl Index: SessionBeanImpl.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/templates/ejb3/SessionBeanImpl.vsl,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- SessionBeanImpl.vsl 11 Apr 2006 15:43:34 -0000 1.11 +++ SessionBeanImpl.vsl 17 Apr 2006 01:56:36 -0000 1.12 @@ -66,7 +66,7 @@ #**##foreach ($operation in $operations) #* *##if (!$operation.lifecycleCallback) /** - * @see ${service.fullyQualifiedServiceName}#${operation.getSignature(false)} + * @see ${service.fullyQualifiedServiceBaseName}#${operation.getSignature(false)} */ #* *##set ($abstract = $service.abstract && $operation.abstract) protected#if ($abstract) abstract#end $operation.returnType.fullyQualifiedName $operation.implementationSignature |