From: Chris M. <cm...@us...> - 2007-10-08 19:04:16
|
User: cmicali Date: 07/10/08 12:04:19 Modified: andromda-cs/src/main/resources/templates/cs ValueObject.vsl Log: - Another shot Revision Changes Path 1.9 +1 -1 cartridges/andromda-cs/src/main/resources/templates/cs/ValueObject.vsl Index: ValueObject.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/src/main/resources/templates/cs/ValueObject.vsl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -r1.8 -r1.9 --- ValueObject.vsl 8 Oct 2007 18:59:36 -0000 1.8 +++ ValueObject.vsl 8 Oct 2007 19:04:14 -0000 1.9 @@ -75,7 +75,7 @@ #if($class.generalization) : base(#set ($comma = "") #foreach ($property in $class.generalization.allProperties) -${comma}${stringUtils.upperCamelCaseName($property.name)}## no newline +${comma}${property.name}## no newline #set ($comma = ", ") #end ) |