[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Norman Richards norman.richards at jboss.com
Fri Dec 8 10:52:59 EST 2006


  User: nrichards
  Date: 06/12/08 10:52:59

  Modified:    doc/reference/en/modules  drools.xml
  Log:
  fix typo
  
  Revision  Changes    Path
  1.13      +2 -2      jboss-seam/doc/reference/en/modules/drools.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: drools.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/drools.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- drools.xml	27 Nov 2006 03:28:16 -0000	1.12
  +++ drools.xml	8 Dec 2006 15:52:59 -0000	1.13
  @@ -51,7 +51,7 @@
                accumulates facts relating to the current conversation.)
            </para>
   
  -         <programlisting><![CDATA[<drools:managed-working-memory name="policyPricingMemory" auto-create="true" rule-base="#{policyPricingRules}"/>]]></programlisting>
  +         <programlisting><![CDATA[<drools:managed-working-memory name="policyPricingWorkingMemory" auto-create="true" rule-base="#{policyPricingRules}"/>]]></programlisting>
   
            <para>
                Notice that we gave the <literal>policyPricingWorkingMemory</literal> a
  
  
  



More information about the jboss-cvs-commits mailing list