[jboss-svn-commits] JBL Code SVN: r31335 - labs/jbossrules/trunk/drools-planner/src/website.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jan 31 10:10:08 EST 2010


Author: ge0ffrey
Date: 2010-01-31 10:10:07 -0500 (Sun, 31 Jan 2010)
New Revision: 31335

Modified:
   labs/jbossrules/trunk/drools-planner/src/website/drools-planner.html
Log:
typo + better sentences

Modified: labs/jbossrules/trunk/drools-planner/src/website/drools-planner.html
===================================================================
--- labs/jbossrules/trunk/drools-planner/src/website/drools-planner.html	2010-01-30 10:46:39 UTC (rev 31334)
+++ labs/jbossrules/trunk/drools-planner/src/website/drools-planner.html	2010-01-31 15:10:07 UTC (rev 31335)
@@ -127,7 +127,7 @@
                 <ul>
                     <li>Adding more constraints is easy and scalable.</li>
                     <li>The DRL syntax allows for powerful pattern matching.</li>
-                    <li>Delta based score calculation and other performance optimizations come for free.</li>
+                    <li>Delta based score calculation and other performance optimizations come for free. No extra code needed.</li>
                     <li>Each constraint is defined separately and independently.</li>
                     <li>Little or no changes to your domain objects: compatible with JPA, Bean Validation, ...</li>
                     <li>Constraints can be weighted. The weight can even depend on the domain objects involved.</li>
@@ -137,7 +137,7 @@
             <li>
                 <p>
                     The planner algorithm is configured.
-                    It searches through the solutions within a given amount of time and return the best solution found.
+                    It searches through the solutions within a given amount of time and returns the best solution found.
                 </p>
                 <ul>
                     <li>The tabu search implementation supports solution tabu, move tabu and property tabu.</li>
@@ -164,7 +164,7 @@
             <li><a href="http://www.jboss.org/drools/documentation.html">Read the reference manual.</a></li>
             <li><a href="http://www.jboss.org/drools/downloads.html">Download it and try the examples yourself.</a></li>
             <li><a href="http://blog.athico.com/search/label/planner">Read the blog (filtered on Drools Planner).</a></li>
-            <li><a href="http://www.jboss.org/drools/lists.html">Questions? Ask us on the user mailing list (with the nabble web interface).</a></li>
+            <li><a href="http://www.jboss.org/drools/lists.html">Questions? Ask us on the user mailing list. Try the nabble web interface.</a></li>
         </ul>
     </body>
 </html>



More information about the jboss-svn-commits mailing list