This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit bb374f3cce821e8c8955c8f3af39107dd80ee527
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Mon Feb 18 13:41:34 2019 +0000

    Disable checkstyle warnings in the DiceGameApplication
---
 .../apache/commons/rng/examples/jpms/app/DiceGameApplication.java   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/commons-rng-examples/examples-jpms/jpms-app/src/main/java/org/apache/commons/rng/examples/jpms/app/DiceGameApplication.java
 
b/commons-rng-examples/examples-jpms/jpms-app/src/main/java/org/apache/commons/rng/examples/jpms/app/DiceGameApplication.java
index e688140..a52b701 100644
--- 
a/commons-rng-examples/examples-jpms/jpms-app/src/main/java/org/apache/commons/rng/examples/jpms/app/DiceGameApplication.java
+++ 
b/commons-rng-examples/examples-jpms/jpms-app/src/main/java/org/apache/commons/rng/examples/jpms/app/DiceGameApplication.java
@@ -47,6 +47,10 @@ public class DiceGameApplication {
                             4.3, 2.1);
     }
 
+    // Allow System.out and multiple " ---" strings
+    // CHECKSTYLE: stop RegexpCheck
+    // CHECKSTYLE: stop MultipleStringLiteralsCheck
+
     /**
      * Application's entry point.
      *
@@ -55,7 +59,7 @@ public class DiceGameApplication {
      *  <li>Number of games</li>
      *  <li>Number of players</li>
      *  <li>Number of rounds per game</li>
-     *  <li>RNG {@link RandomSource indentifier}</li>
+     *  <li>RNG {@link RandomSource identifier}</li>
      * </ol>
      */
     public static void main(String[] args) {

Reply via email to