Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Oct 31, 2016
1 parent 7cc912d commit ddebc59
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ public void addSet(BFRuleContext context) {
* Compile a list of rules into the internal rule store representation.
* @param rules the list of Rule objects
* @param ignoreBrules set to true if rules written in backward notation should be ignored
* @returns an object that can be installed into the engine using setRuleStore.
*/
public void compile(List<Rule> rules, boolean ignoreBrules) {
clauseIndex = new OneToManyMap<>();
Expand Down

0 comments on commit ddebc59

Please sign in to comment.