[jboss-cvs] jboss-seam/ui/src/main/java/org/jboss/seam/ui/converter ...
Peter Muir
peter at bleepbleep.org.uk
Thu Aug 2 06:54:01 EDT 2007
User: pmuir
Date: 07/08/02 06:54:01
Modified: ui/src/main/java/org/jboss/seam/ui/converter
EntityConverter.java
Log:
Minor
Revision Changes Path
1.5 +1 -3 jboss-seam/ui/src/main/java/org/jboss/seam/ui/converter/EntityConverter.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: EntityConverter.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/java/org/jboss/seam/ui/converter/EntityConverter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- EntityConverter.java 25 Jun 2007 23:19:01 -0000 1.4
+++ EntityConverter.java 2 Aug 2007 10:54:01 -0000 1.5
@@ -13,7 +13,6 @@
import org.jboss.seam.annotations.Create;
import org.jboss.seam.annotations.Install;
import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Role;
import org.jboss.seam.annotations.Scope;
import org.jboss.seam.annotations.Transactional;
import org.jboss.seam.annotations.intercept.BypassInterceptors;
@@ -25,8 +24,7 @@
*
* Any annotated Entity will work, or any entity if a PersistenceProvider for your ORM exists
*/
- at Name("org.jboss.seam.ui.entityConverter")
- at Role(name="org.jboss.seam.ui.EntityConverter")
+ at Name("org.jboss.seam.ui.EntityConverter")
@Scope(CONVERSATION)
@Install(precedence = BUILT_IN)
@Converter
More information about the jboss-cvs-commits
mailing list