Repository: commons-text Updated Branches: refs/heads/master 4004cfdee -> da8e7a95f
Fix CheckStyle violation: Line as trailing white spaces Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/da8e7a95 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/da8e7a95 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/da8e7a95 Branch: refs/heads/master Commit: da8e7a95fcd5e5f7e751132b674e54630a7087c5 Parents: 4004cfd Author: Benedikt Ritter <[email protected]> Authored: Mon Jun 5 10:46:59 2017 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Mon Jun 5 10:46:59 2017 +0200 ---------------------------------------------------------------------- src/main/java/org/apache/commons/text/RandomStringGenerator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/da8e7a95/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 9bd5422..6df21aa 100644 --- a/src/main/java/org/apache/commons/text/RandomStringGenerator.java +++ b/src/main/java/org/apache/commons/text/RandomStringGenerator.java @@ -47,8 +47,8 @@ import org.apache.commons.lang3.Validate; * </pre> * <p> * {@code RandomStringBuilder} instances are thread-safe when using the - * default random number generator (RNG). If a custom RNG is set by calling the method - * {@link Builder#usingRandom(TextRandomProvider) Builder.usingRandom(TextRandomProvider)}, thread-safety + * default random number generator (RNG). If a custom RNG is set by calling the method + * {@link Builder#usingRandom(TextRandomProvider) Builder.usingRandom(TextRandomProvider)}, thread-safety * must be ensured externally. * </p> * @since 1.1
