From: Chris M. <cm...@us...> - 2007-10-05 13:32:01
|
User: cmicali Date: 07/10/05 06:32:04 Modified: andromda-nspring/src/main/resources/templates/nspring NSpringServiceInterface.vsl Log: Revision Changes Path 1.3 +1 -1 cartridges/andromda-nspring/src/main/resources/templates/nspring/NSpringServiceInterface.vsl Index: NSpringServiceInterface.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/src/main/resources/templates/nspring/NSpringServiceInterface.vsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- NSpringServiceInterface.vsl 18 Oct 2006 12:44:46 -0000 1.2 +++ NSpringServiceInterface.vsl 5 Oct 2007 13:32:00 -0000 1.3 @@ -22,7 +22,7 @@ #end #else #if (!$service.interfaceAbstractions.empty) - , $service.implementedInterfaceList + : $service.implementedInterfaceList #end #end { |