[jboss-svn-commits] JBL Code SVN: r17570 - labs/jbossrules/trunk/drools-core/src/main/java/org/drools/ruleflow/core.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Jan 5 09:13:23 EST 2008


Author: KrisVerlaenen
Date: 2008-01-05 09:13:22 -0500 (Sat, 05 Jan 2008)
New Revision: 17570

Modified:
   labs/jbossrules/trunk/drools-core/src/main/java/org/drools/ruleflow/core/Constraint.java
Log:


Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/ruleflow/core/Constraint.java
===================================================================
--- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/ruleflow/core/Constraint.java	2008-01-05 11:45:53 UTC (rev 17569)
+++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/ruleflow/core/Constraint.java	2008-01-05 14:13:22 UTC (rev 17570)
@@ -65,7 +65,7 @@
 
     /**
      * Returns the type of the constraint,
-     * e.g. "eval" or "rule"
+     * e.g. "code" or "rule"
      * 
      * @return the type of the constraint
      */
@@ -73,7 +73,7 @@
 
     /**
      * Method for setting the type of the constraint,
-     * e.g. "eval" or "rule"
+     * e.g. "code" or "rule"
      * 
      * @param type  the type of the constraint
      */




More information about the jboss-svn-commits mailing list