|
From: Chad B. <cwb...@us...> - 2008-04-03 22:26:20
|
User: cwbrandon
Date: 08/04/03 15:26:26
Modified: andromda-jsf2/src/main/resources/templates/jsf2/forms
FormImpl.java.vsl
Log:
more cleanup
Revision Changes Path
1.3 +3 -1 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/forms/FormImpl.java.vsl
Index: FormImpl.java.vsl
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/forms/FormImpl.java.vsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- FormImpl.java.vsl 7 Mar 2008 16:48:49 -0000 1.2
+++ FormImpl.java.vsl 3 Apr 2008 22:26:26 -0000 1.3
@@ -124,7 +124,9 @@
/**
* The current collection of messages stored within this form.
*/
- private java.util.Map $formMessagesProperty = new java.util.LinkedHashMap();
+ private java.util.Map<java.lang.String, javax.faces.application.FacesMessage> $formMessagesProperty =
+ new java.util.LinkedHashMap<java.lang.String, javax.faces.application.FacesMessage>();
+
/**
* Adds a {@link javax.faces.application.FacesMessage} message to the current messages
|