From: Chad B. <cwb...@us...> - 2008-04-03 20:56:27
|
User: cwbrandon Date: 08/04/03 13:56:31 Modified: andromda-jsf2/src/main/resources/templates/jsf2/utils FormPopulator.java.vsl Log: add default serial version UID Revision Changes Path 1.4 +2 -0 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/utils/FormPopulator.java.vsl Index: FormPopulator.java.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/utils/FormPopulator.java.vsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- FormPopulator.java.vsl 26 Sep 2007 17:59:28 -0000 1.3 +++ FormPopulator.java.vsl 3 Apr 2008 20:56:31 -0000 1.4 @@ -11,6 +11,8 @@ public class $formPopulatorName implements java.io.Serializable { + private static final long serialVersionUID = 1L; + /** * Copies the properties from the <code>fromForm</code> to the <code>toForm</code>. Only passes not-null values to the toForm. * |