From: Vance K. <va...@us...> - 2006-04-30 01:48:17
|
User: vancek Date: 06/04/29 18:48:17 Modified: andromda-ejb3/src/main/resources/templates/ejb3 DaoImpl.vsl Log: fix comment Revision Changes Path 1.2 +2 -2 cartridges/andromda-ejb3/src/main/resources/templates/ejb3/DaoImpl.vsl Index: DaoImpl.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/templates/ejb3/DaoImpl.vsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- DaoImpl.vsl 24 Apr 2006 02:21:43 -0000 1.1 +++ DaoImpl.vsl 30 Apr 2006 01:48:17 -0000 1.2 @@ -25,7 +25,7 @@ #foreach ($operation in $entity.daoBusinessOperations) #**##set ($returnType = $operation.returnType) #**##set ($returnObject = "returnValue") -#**##set ($signature = $operation.implementationSignature) +#**##set ($signature = "$operation.implementationSignature") /** * @see ${entity.fullyQualifiedDaoName}#${operation.getSignature(false)} */ @@ -34,7 +34,7 @@ throws $operation.exceptionList #**##end { - // ${toDoTag} implement $operation.visibility $returnType.fullyQualifiedName $signature + // TODO implement $operation.visibility $returnType.fullyQualifiedName $signature #**##if ($operation.returnTypePresent) return $operation.returnType.javaNullString; #**##else |