upgrade to version 7.25.0

This commit is contained in:
Nicolas Héron 2019-09-12 16:31:24 +02:00
commit 5bd849e22b
38 changed files with 67 additions and 63 deletions

View file

@ -1,5 +1,5 @@
//#created on: 30 oct. 2010
package cours
package lesson1
//list any import classes here.
import droolscours.Account;

View file

@ -63,7 +63,6 @@ public class Testlesson1 {
sessionStatefull.setGlobal("showResult", display);
sessionStatefull.insert(a);
sessionStatefull.fireAllRules();
System.out.println("So you saw something ;)");
}