Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,7 @@ public static Builder builder() {
/**
* Constructs the generator.
*
* @param minimumCodePoint smallest allowed code point (inclusive).
* @param maximumCodePoint largest allowed code point (inclusive).
* @param inclusivePredicates filters for code points.
* @param random source of randomness.
* @param characterSet list of predefined set of characters.
* @param builder The builder.
*/
private RandomStringGenerator(final Builder builder) {
this.minimumCodePoint = builder.minimumCodePoint;
Expand Down
Loading