[jboss-cvs] jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz ...
Peter Muir
peter at bleepbleep.org.uk
Sun Oct 14 13:43:42 EDT 2007
User: pmuir
Date: 07/10/14 13:43:42
Modified: examples/quartz/src/org/jboss/seam/example/quartz
PaymentController.java
Log:
Fix bug
Revision Changes Path
1.8 +1 -2 jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/PaymentController.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: PaymentController.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/PaymentController.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- PaymentController.java 30 Jul 2007 19:10:39 -0000 1.7
+++ PaymentController.java 14 Oct 2007 17:43:42 -0000 1.8
@@ -26,9 +26,8 @@
String result = persist();
Payment payment = getInstance();
- payment.setPaymentDate (new Date ());
- log.info("scheduling instance #0", payment);
+ log.info("scheduling instance #0", payment);
QuartzTriggerHandle handle = processor.schedulePayment(payment.getPaymentDate(),
payment.getPaymentFrequency().getInterval(),
payment.getPaymentEndDate(),
More information about the jboss-cvs-commits
mailing list