Updating to version 7.33.0.Final

This commit is contained in:
Nicolas Héron 2020-02-26 14:25:03 +01:00
commit b723236a8d
2 changed files with 1 additions and 1 deletions

View file

@ -4,5 +4,4 @@
<kbase name="lesson1" packages="lesson1">
<ksession name="lesson1-session"/>
</kbase>
</kmodule>

View file

@ -25,6 +25,7 @@ public class Testlesson1 {
public static void beforeClass() {
kieContainer = KnowledgeSessionHelper.createRuleBase();
}
@Before
public void setUp() {
System.out.println("-----------Before-------------");