From: Vance K. <va...@us...> - 2006-02-09 07:14:28
|
User: vancek Date: 06/02/08 23:14:21 Modified: andromda-ejb3/src/main/resources/templates/ejb3 SessionRemote.vsl Log: method declaration throws clause refactored Revision Changes Path 1.4 +1 -1 cartridges/andromda-ejb3/src/main/resources/templates/ejb3/SessionRemote.vsl Index: SessionRemote.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/templates/ejb3/SessionRemote.vsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- SessionRemote.vsl 17 Jan 2006 03:16:13 -0000 1.3 +++ SessionRemote.vsl 9 Feb 2006 07:14:21 -0000 1.4 @@ -70,7 +70,7 @@ #* *##set ($returnType = $operation.returnType.fullyQualifiedName) #* *##if ($operation.exceptionsPresent) public $returnType $operation.signature - throws $operation.exceptionList; + $operation.throwsClause; #* *##else public $returnType $operation.signature; #* *##end |