From: Vance K. <va...@us...> - 2006-02-13 15:46:06
|
User: vancek Date: 06/02/13 07:45:53 Modified: andromda-ejb3/src/main/resources/templates/ejb3 ServiceLocator.vsl Log: update comments Revision Changes Path 1.5 +4 -3 cartridges/andromda-ejb3/src/main/resources/templates/ejb3/ServiceLocator.vsl Index: ServiceLocator.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/templates/ejb3/ServiceLocator.vsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -r1.4 -r1.5 --- ServiceLocator.vsl 9 Feb 2006 07:11:56 -0000 1.4 +++ ServiceLocator.vsl 13 Feb 2006 15:45:51 -0000 1.5 @@ -1,4 +1,5 @@ // license-header java merge-point +/* Autogenerated by AndroMDA (ManageableServiceLocator.vsl) - do not edit */ #set ($generatedFile = "${serviceLocatorName}.java") #if($stringUtils.isNotEmpty($ejb3TypesPackage)) package $ejb3TypesPackage; @@ -21,7 +22,7 @@ protected javax.naming.InitialContext context = null; /** - * Private constructor + * Cannot be instantiated constructor */ private ${serviceLocatorName}() { @@ -29,8 +30,8 @@ } /** - * Gets the instance of this Class. Create it if doesn't already exit, otherwise - * return the current instance. + * Gets the instance of this Class. + * Create it if doesn't already exist, otherwise return the current instance. * * @return the shared service locator instance. */ |