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

Gavin King gavin.king at jboss.com
Fri Nov 9 05:10:37 EST 2007


  User: gavin   
  Date: 07/11/09 05:10:37

  Modified:    examples/quartz/src/org/jboss/seam/example/quartz/test  
                        TestPaymentProcessor.java
  Removed:     examples/quartz/src/org/jboss/seam/example/quartz/test  
                        NthBusinessDayTest.java
  Log:
  remove NthBusinessDay stuff
  
  Revision  Changes    Path
  1.2       +0 -5      jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test/TestPaymentProcessor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TestPaymentProcessor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test/TestPaymentProcessor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- TestPaymentProcessor.java	15 Oct 2007 13:32:14 -0000	1.1
  +++ TestPaymentProcessor.java	9 Nov 2007 10:10:37 -0000	1.2
  @@ -15,12 +15,7 @@
   import org.jboss.seam.annotations.Observer;
   import org.jboss.seam.annotations.Transactional;
   import org.jboss.seam.annotations.async.Asynchronous;
  -import org.jboss.seam.annotations.async.Expiration;
  -import org.jboss.seam.annotations.async.FinalExpiration;
  -import org.jboss.seam.annotations.async.IntervalBusinessDay;
  -import org.jboss.seam.async.NthBusinessDay;
   import org.jboss.seam.async.QuartzTriggerHandle;
  -import org.jboss.seam.core.Events;
   import org.jboss.seam.example.quartz.Payment;
   import org.jboss.seam.example.quartz.PaymentProcessor;
   import org.jboss.seam.log.Log;
  
  
  



More information about the jboss-cvs-commits mailing list