[jboss-cvs] jboss-seam/src/main/org/jboss/seam/util ...

Gavin King gavin.king at jboss.com
Thu Oct 12 02:58:38 EDT 2006


  User: gavin   
  Date: 06/10/12 02:58:38

  Modified:    src/main/org/jboss/seam/util  Persistence.java
  Log:
  more JSF 1.2 methods
  
  Revision  Changes    Path
  1.7       +2 -3      jboss-seam/src/main/org/jboss/seam/util/Persistence.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Persistence.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/Persistence.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Persistence.java	12 Oct 2006 03:38:51 -0000	1.6
  +++ Persistence.java	12 Oct 2006 06:58:38 -0000	1.7
  @@ -1,9 +1,8 @@
   package org.jboss.seam.util;
   
  -import javax.persistence.EntityManager;
  -
   import java.lang.reflect.Method;
  -import java.lang.reflect.Field;
  +
  +import javax.persistence.EntityManager;
   
   public class Persistence
   {
  
  
  



More information about the jboss-cvs-commits mailing list