[GitHub] commons-text pull request #55: TEXT-97: RandomStringGenerator able to pass m...

2017-09-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/commons-text/pull/55


---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[GitHub] commons-text pull request #55: TEXT-97: RandomStringGenerator able to pass m...

2017-07-01 Thread ameyjadiye
GitHub user ameyjadiye opened a pull request:

https://github.com/apache/commons-text/pull/55

TEXT-97: RandomStringGenerator able to pass multiple ranges to 
.withinRange()

*.withinRange()* now able to accept multiple ranges.

Ex.
```
final char [][] pairs = {{'a','z'},{'0','9'}};
RandomStringGenerator generator = new 
RandomStringGenerator.Builder().withinRange(pairs).build();
```

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ameyjadiye/commons-text TEXT-97

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-text/pull/55.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #55


commit beb0b4615a94420cc86595c1f060711dd999af91
Author: Amey Jadiye 
Date:   2017-07-01T14:55:35Z

RandomStringGenerator able to pass multiple ranges to .withinRange()




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org