[seam-commits] Seam SVN: r7260 - trunk/doc/reference/en/modules.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jan 28 09:06:34 EST 2008


Author: pete.muir at jboss.org
Date: 2008-01-28 09:06:34 -0500 (Mon, 28 Jan 2008)
New Revision: 7260

Modified:
   trunk/doc/reference/en/modules/testing.xml
Log:
JBSEAM-2543

Modified: trunk/doc/reference/en/modules/testing.xml
===================================================================
--- trunk/doc/reference/en/modules/testing.xml	2008-01-28 14:04:50 UTC (rev 7259)
+++ trunk/doc/reference/en/modules/testing.xml	2008-01-28 14:06:34 UTC (rev 7260)
@@ -158,7 +158,7 @@
             <programlisting><![CDATA[@Name("paymentProcessor")
 @Install(precedence=MOCK)
 public class MockPaymentProcessor extends PaymentProcessor {
-    public void processPayment(Payment payment) {
+    public boolean processPayment(Payment payment) {
         return true;
     }
 }]]></programlisting>




More information about the seam-commits mailing list