Skip to content

Commit

Permalink
Fix compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Aug 30, 2018
1 parent db28d64 commit ae2f993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class AssociationRuleGeneratorTaskTest {
frequentItemSets: Map<Int, ItemSet<NamedItem>>,
minConfidence: Double): RuleSet<NamedItem> {
minConfidences.add(minConfidence)
return RuleSet(null)
return RuleSet()
}

}
Expand Down

0 comments on commit ae2f993

Please sign in to comment.