Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yanboliang committed Dec 31, 2015
1 parent 261f52a commit c5e528b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public void runFPGrowthSaveLoad() {
// Test return types.
List<String> items = itemset.javaItems();
long freq = itemset.freq();
System.out.println(items + " " + freq);
}

Utils.deleteRecursively(tempDir);
Expand Down

0 comments on commit c5e528b

Please sign in to comment.