Skip to content

Commit

Permalink
Merge branch 'master' into issue_19_consistent_API_min_max_2
Browse files Browse the repository at this point in the history
# Conflicts:
#	core/src/main/java/com/tngtech/valueprovider/AbstractValueProvider.java
#	core/src/test/java/com/tngtech/valueprovider/ValueProviderTest.java
  • Loading branch information
stefanhechtltng committed Jul 18, 2022
2 parents c597f8f + e35d0ab commit efd3e00
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ public int positiveIntNumber() {
* @param max the maximum value of the returned number.
* @return the generated number.
* @throws IllegalArgumentException if {@code min} > {@code max}.
* @see #positiveIntNumber()
*/
public int intNumber(int min, int max) {
return (int) longNumber(min, max);
Expand Down

0 comments on commit efd3e00

Please sign in to comment.