From: Chad B. <cwb...@us...> - 2008-03-28 20:32:21
|
User: cwbrandon Date: 08/03/28 13:32:25 Modified: andromda-jsf2/src/main/resources/templates/jsf2/controllers Controller.java.vsl Log: typo Revision Changes Path 1.10 +1 -1 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/controllers/Controller.java.vsl Index: Controller.java.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/controllers/Controller.java.vsl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -w -r1.9 -r1.10 --- Controller.java.vsl 28 Mar 2008 20:31:00 -0000 1.9 +++ Controller.java.vsl 28 Mar 2008 20:32:25 -0000 1.10 @@ -401,7 +401,7 @@ } /** - * If the given <code>component</code> has an child input elements, this method findds + * If the given <code>component</code> has an child input elements, this method finds * them all and populates them. This is to get around the fact that when immediate is set to true * on a button that submits the form that the form isn't populated. * |