Skip to content

Commit

Permalink
[hotfix][docs] Fix javadocs of RandomFibonacciSource
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamsZM authored and zentol committed Jan 9, 2019
1 parent a93e91a commit 6a4bc90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static void main(String[] args) throws Exception {
// *************************************************************************

/**
* Generate BOUND number of random integer pairs from the range from 0 to BOUND/2.
* Generate BOUND number of random integer pairs from the range from 1 to BOUND/2.
*/
private static class RandomFibonacciSource implements SourceFunction<Tuple2<Integer, Integer>> {
private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit 6a4bc90

Please sign in to comment.