You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/11/11 07:43:03 UTC

[GitHub] [commons-text] ijliym opened a new pull request #125: Use a immutable 'characterList' to receive characters passing by with…

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:
users@infra.apache.org


With regards,
Apache Git Services