We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365cb6f commit a94790bCopy full SHA for a94790b
demo/src/main/java/fj/demo/concurrent/WordCount.java
@@ -37,8 +37,8 @@
37
import fj.data.Option;
38
39
/**
40
- * Reads words and their counts from files ({@link #getWordsAndCountsFromFiles(List)} in a single thread
41
- * and {@link #getWordsAndCountsFromFilesInParallel(List, int)} in multiple threads). The files are created
+ * Reads words and their counts from files ({@link #getWordsAndCountsFromFiles} in a single thread
+ * and {@link #getWordsAndCountsFromFilesInParallel} in multiple threads). The files are created
42
* initially and populated with some sample content.
43
*
44
* @author Martin Grotzke
0 commit comments