Github user ameyjadiye commented on a diff in the pull request:

    https://github.com/apache/commons-text/pull/54#discussion_r123877950
  
    --- Diff: src/main/java/org/apache/commons/text/RandomStringGenerator.java 
---
    @@ -76,23 +78,29 @@
         private final TextRandomProvider random;
     
         /**
    +     * The source of provided charachters.
    +     */
    +    private final List<Character> characterList;
    +
    +    /**
          * 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
    -     *            source of randomness
    + *            filters for code points
    --- End diff --
    
    yeah, seems like IntelliJ did this unknowingly, fixed it!


---
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

Reply via email to