Upgrade to version 7.32.0.Final

Update package name of rules => Java compliant syntax
This commit is contained in:
Nicolas Héron 2020-02-04 09:53:48 +01:00
commit 422945f580
9 changed files with 6 additions and 10 deletions

View file

@ -29,6 +29,7 @@ public class Testlesson31 {
cashFlow.setType(CashFlow.CREDIT);
sessionStatefull.insert(cashFlow);
sessionStatefull.fireAllRules();
sessionStatefull.dispose();
}
@Test