ijliym opened a new pull request #125: Use a immutable 'characterList' to 
receive characters passing by with…
URL: https://github.com/apache/commons-text/pull/125
 
 
   …inRange and selectFrom to let method chaining is meaningful
   
   ```java
   GENERATOR = new RandomStringGenerator.Builder()
           .withinRange(CHAR_PAIRS)
           .selectFrom(',', ';', ':', '?', '*', '#', '!')
           .build();
   ```
   
   I think, multiple calls `selectFrom` method to replace the previously stored 
Character is no use.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to