[jboss-cvs] jboss-seam/ui/src/main/java/org/jboss/seam/ui/converter ...

Gavin King gavin.king at jboss.com
Mon Jun 25 19:19:01 EDT 2007


  User: gavin   
  Date: 07/06/25 19:19:01

  Modified:    ui/src/main/java/org/jboss/seam/ui/converter 
                        EntityConverter.java
  Log:
  renamed packages
  
  Revision  Changes    Path
  1.4       +1 -1      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- EntityConverter.java	20 Jun 2007 17:53:18 -0000	1.3
  +++ EntityConverter.java	25 Jun 2007 23:19:01 -0000	1.4
  @@ -17,7 +17,7 @@
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Transactional;
   import org.jboss.seam.annotations.intercept.BypassInterceptors;
  -import org.jboss.seam.annotations.jsf.Converter;
  +import org.jboss.seam.annotations.faces.Converter;
   import org.jboss.seam.core.Expressions.ValueExpression;
   
   /**
  
  
  



More information about the jboss-cvs-commits mailing list