Skip to content

Commit

Permalink
correct weird javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
pholser committed Nov 22, 2020
1 parent ad8d5eb commit 4835c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static <U> Pair<Integer, Gen<? extends U>> freq(

/**
* @deprecated For use by junit-quickcheck only -- when we migrate to Java
* >= 9, this method will likely become {@code private}.
* 9 or better, this method will likely become {@code private}.
*
* @param random source of randomness to be used when generating the value
* @param status an object that can be used to influence the generated
Expand Down

0 comments on commit 4835c37

Please sign in to comment.