[jboss-svn-commits] JBL Code SVN: r5288 - labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/manners

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jul 25 21:08:40 EDT 2006


Author: mark.proctor at jboss.com
Date: 2006-07-25 21:08:39 -0400 (Tue, 25 Jul 2006)
New Revision: 5288

Modified:
   labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/manners/manners.drl
Log:
-put comments back  in

Modified: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/manners/manners.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/manners/manners.drl	2006-07-26 01:07:59 UTC (rev 5287)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/manners/manners.drl	2006-07-26 01:08:39 UTC (rev 5288)
@@ -17,7 +17,7 @@
         count.setValue(  count.getValue() + 1 );        
         modify( count );
 
-#		System.out.println( "assign first seat :  " + seating + " : " + path );
+		System.out.println( "assign first seat :  " + seating + " : " + path );
 
         context.setState( Context.ASSIGN_SEATS );        
         modify( context );
@@ -48,7 +48,7 @@
        Chosen chosen = new Chosen( seatId, leftGuestName, rightGuestHobby );
        assert( chosen  );
 
-#	   System.err.println( "find seating : " + seating + " : " + path + " : " + chosen);
+	   System.err.println( "find seating : " + seating + " : " + path + " : " + chosen);
 
        count.setValue(  countValue + 1 );
        modify( count );
@@ -103,7 +103,7 @@
     when
         context : Context( state == Context.PRINT_RESULTS ) 
     then
-#    	System.out.println( "All Done" );
+    	System.out.println( "All Done" );
 end
 
 //query getResults




More information about the jboss-svn-commits mailing list