[jboss-cvs] JBossAS SVN: r103493 - projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/java/org/jboss/snowdrop/samples/sportsclub/audit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 2 23:56:15 EDT 2010


Author: marius.bogoevici
Date: 2010-04-02 23:56:15 -0400 (Fri, 02 Apr 2010)
New Revision: 103493

Modified:
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/java/org/jboss/snowdrop/samples/sportsclub/audit/PaymentAuditor.java
Log:
Fix audit message

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/java/org/jboss/snowdrop/samples/sportsclub/audit/PaymentAuditor.java
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/java/org/jboss/snowdrop/samples/sportsclub/audit/PaymentAuditor.java	2010-04-03 02:53:43 UTC (rev 103492)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/java/org/jboss/snowdrop/samples/sportsclub/audit/PaymentAuditor.java	2010-04-03 03:56:15 UTC (rev 103493)
@@ -31,7 +31,7 @@
    {
       if (this.enabled)
       {
-         System.out.println("A payment has been made to account " + accountId + " in total of " + amount);
+         System.out.println("AUDIT ENABLED! A payment has been made to account " + accountId + " for the amount of " + amount);
       }
    }
 }




More information about the jboss-cvs-commits mailing list