You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/06/29 02:11:47 UTC

[7/8] [text] fixed code formatting

fixed code formatting


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/9db77088
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/9db77088
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/9db77088

Branch: refs/heads/master
Commit: 9db77088ecc557c2f209dd36972746d6de8dfc4a
Parents: df30bf9
Author: Amey Jadiye <am...@gmail.com>
Authored: Sat Jun 24 19:35:12 2017 +0530
Committer: Amey Jadiye <am...@gmail.com>
Committed: Sat Jun 24 19:35:12 2017 +0530

----------------------------------------------------------------------
 .../org/apache/commons/text/RandomStringGenerator.java    | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/9db77088/src/main/java/org/apache/commons/text/RandomStringGenerator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/text/RandomStringGenerator.java b/src/main/java/org/apache/commons/text/RandomStringGenerator.java
index dc338f0..0dcf2a1 100644
--- a/src/main/java/org/apache/commons/text/RandomStringGenerator.java
+++ b/src/main/java/org/apache/commons/text/RandomStringGenerator.java
@@ -84,14 +84,16 @@ public final class RandomStringGenerator {
 
     /**
      * Constructs the generator.
-     *  @param minimumCodePoint
+     *
+     * @param minimumCodePoint
      *            smallest allowed code point (inclusive)
      * @param maximumCodePoint
      *            largest allowed code point (inclusive)
      * @param inclusivePredicates
- *            filters for code points
-     * @param random random generator
-     * @param characterList list of predefined set of characters
+     *            filters for code points
+     * @param random
+     *            source of randomness
+     * @param characterList list of predefined set of characters.
      */
     private RandomStringGenerator(int minimumCodePoint, int maximumCodePoint,
                                   Set<CharacterPredicate> inclusivePredicates, TextRandomProvider random,