|
From: <jbo...@li...> - 2006-06-23 04:09:49
|
Author: mic...@jb...
Date: 2006-06-23 00:09:45 -0400 (Fri, 23 Jun 2006)
New Revision: 4809
Modified:
labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rete_Algorithm.xml
Log:
corrected typo
Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rete_Algorithm.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rete_Algorithm.xml 2006-06-23 01:55:08 UTC (rev 4808)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rete_Algorithm.xml 2006-06-23 04:09:45 UTC (rev 4809)
@@ -154,7 +154,7 @@
Cheese( $chedddar : name == "cheddar" )
$person : Person( favouriteCheese != $cheddar )
then
- System.out.println( $person.getName() + " does likes cheddar" );
+ System.out.println( $person.getName() + " does not like cheddar" );
end</programlisting>
<para>As you can see the compiled Rete network shows the alpha node is
|