[jboss-cvs] jboss-seam/examples/seampay/src/org/jboss/seam/example/seampay ...

Gavin King gavin.king at jboss.com
Mon Feb 26 15:24:54 EST 2007


  User: gavin   
  Date: 07/02/26 15:24:54

  Modified:    examples/seampay/src/org/jboss/seam/example/seampay 
                        PaymentProcessor.java
  Log:
  get rid of create=true
  
  Revision  Changes    Path
  1.5       +3 -1      jboss-seam/examples/seampay/src/org/jboss/seam/example/seampay/PaymentProcessor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PaymentProcessor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seampay/src/org/jboss/seam/example/seampay/PaymentProcessor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- PaymentProcessor.java	17 Dec 2006 05:10:40 -0000	1.4
  +++ PaymentProcessor.java	26 Feb 2007 20:24:54 -0000	1.5
  @@ -13,7 +13,9 @@
   
   @Name("processor")
   public class PaymentProcessor {
  -    @In(create=true) EntityManager entityManager;
  +    
  +    @In 
  +    EntityManager entityManager;
   
       @Logger Log log;
   
  
  
  



More information about the jboss-cvs-commits mailing list