[jboss-svn-commits] JBL Code SVN: r15255 - labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Sep 20 01:46:18 EDT 2007


Author: michael.neale at jboss.com
Date: 2007-09-20 01:46:18 -0400 (Thu, 20 Sep 2007)
New Revision: 15255

Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml
Log:
small fixes to trouble ticket

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml	2007-09-20 05:19:49 UTC (rev 15254)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml	2007-09-20 05:46:18 UTC (rev 15255)
@@ -866,9 +866,9 @@
  salience 10
  when
   customer : Customer( )
-  ticket : Ticket( customer == customer, status == "New" )	
+  ticket : Ticket( customer == customer, status == "New" )
   then
- System.out.println( "New : " + ticket );		
+ System.out.println( "New : " + ticket );
 end
     </programlisting>
 




More information about the jboss-svn-commits mailing list