Skip to content

Commit a94790b

Browse files
author
Mark Perry
committed
Fixed javadoc link for Java 8/Gradle 2.0-rc-1
1 parent 365cb6f commit a94790b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/main/java/fj/demo/concurrent/WordCount.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
import fj.data.Option;
3838

3939
/**
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
40+
* Reads words and their counts from files ({@link #getWordsAndCountsFromFiles} in a single thread
41+
* and {@link #getWordsAndCountsFromFilesInParallel} in multiple threads). The files are created
4242
* initially and populated with some sample content.
4343
*
4444
* @author Martin Grotzke

0 commit comments

Comments
 (0)