[jboss-svn-commits] JBL Code SVN: r16838 - labs/jbossrules/contrib/benchmarks/src/rules/benchmarks/dispatch.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 26 13:14:45 EST 2007


Author: shabino
Date: 2007-11-26 13:14:45 -0500 (Mon, 26 Nov 2007)
New Revision: 16838

Modified:
   labs/jbossrules/contrib/benchmarks/src/rules/benchmarks/dispatch/Scoring.dslr
Log:


Modified: labs/jbossrules/contrib/benchmarks/src/rules/benchmarks/dispatch/Scoring.dslr
===================================================================
--- labs/jbossrules/contrib/benchmarks/src/rules/benchmarks/dispatch/Scoring.dslr	2007-11-26 18:13:25 UTC (rev 16837)
+++ labs/jbossrules/contrib/benchmarks/src/rules/benchmarks/dispatch/Scoring.dslr	2007-11-26 18:14:45 UTC (rev 16838)
@@ -41,7 +41,7 @@
 	when
 		j: Job()
 		job dispatchable
-		w: Worker(vehicleSize <> VehicleSize.EXTRA_LARGE)
+		w: Worker(vehicleSize != VehicleSize.EXTRA_LARGE)
 		i: DecimalInfo(workerId == w.workerId, jobId == j.jobId,
 			type == Info.Type.DISTANCE_TO_JOB_MILES, dist: value >= 100)
 	then 




More information about the jboss-svn-commits mailing list