Skip to content

Commit

Permalink
BUGZILLA-852347 SudokuExample throws IllegalArgumentException
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0ffrey committed Aug 29, 2012
1 parent 3e5e936 commit 83d945e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ public void setCellValues(Integer[][] cellValues) {
if (session != null) {
session.removeEventListener(workingMemoryListener);
session.dispose();
steppingFactHandle = null;
}

this.session = kBase.newStatefulKnowledgeSession();
Expand Down

0 comments on commit 83d945e

Please sign in to comment.