[jboss-cvs] jboss-seam/seam-gen/src ...
Gavin King
gavin.king at jboss.com
Mon Nov 20 15:38:53 EST 2006
User: gavin
Date: 06/11/20 15:38:53
Modified: seam-gen/src ActionBean.java ConversationBean.java
FormActionBean.java
Log:
no need for create=true
Revision Changes Path
1.2 +1 -1 jboss-seam/seam-gen/src/ActionBean.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ActionBean.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/src/ActionBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- ActionBean.java 6 Nov 2006 20:13:47 -0000 1.1
+++ ActionBean.java 20 Nov 2006 20:38:53 -0000 1.2
@@ -13,7 +13,7 @@
@Logger private Log log;
- @In(create=true)
+ @In
FacesMessages facesMessages;
//seam-gen method
1.2 +2 -2 jboss-seam/seam-gen/src/ConversationBean.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ConversationBean.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/src/ConversationBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
1.2 +1 -1 jboss-seam/seam-gen/src/FormActionBean.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: FormActionBean.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/src/FormActionBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- FormActionBean.java 6 Nov 2006 20:13:47 -0000 1.1
+++ FormActionBean.java 20 Nov 2006 20:38:53 -0000 1.2
@@ -16,7 +16,7 @@
@Logger private Log log;
- @In(create=true)
+ @In
FacesMessages facesMessages;
private String value;
More information about the jboss-cvs-commits
mailing list