Skip to content

Commit

Permalink
fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oertl committed May 31, 2023
1 parent 0bfe8b3 commit 935ce3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private ConsistentHashing() {}
* consistent hash algorithm." arXiv preprint <a
* href="https://arxiv.org/abs/1406.2294">arXiv:1406.2294</a> (2014).
*
* @param pseudoRandomGeneratorProvider a {@link} PseudoRandomGeneratorProvider
* @param pseudoRandomGeneratorProvider a {@link PseudoRandomGeneratorProvider}
* @return a {@link ConsistentBucketHasher}
*/
public static ConsistentBucketHasher jumpHash(
Expand Down

0 comments on commit 935ce3c

Please sign in to comment.