From: Vance K. <va...@us...> - 2006-02-17 02:33:09
|
User: vancek Date: 06/02/16 18:33:08 Modified: andromda-ejb3/src/main/resources/templates/ejb3/crud ManageableServiceUpdateException.vsl Log: fixed constructor name Revision Changes Path 1.2 +1 -1 cartridges/andromda-ejb3/src/main/resources/templates/ejb3/crud/ManageableServiceUpdateException.vsl Index: ManageableServiceUpdateException.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/templates/ejb3/crud/ManageableServiceUpdateException.vsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- ManageableServiceUpdateException.vsl 13 Feb 2006 15:47:17 -0000 1.1 +++ ManageableServiceUpdateException.vsl 17 Feb 2006 02:33:08 -0000 1.2 @@ -19,7 +19,7 @@ /** * The default constructor. */ - public ${manageable.manageableUpdateExceptionName}() + public ${manageable.manageableServiceUpdateExceptionName}() {} /** |