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 d150ee2f48d92a8baad7aeff0e4ac4cbd2df443e Author: Alex Herbert <[email protected]> AuthorDate: Sat Sep 24 14:48:25 2022 +0100 Correct line number for checkstyle suppression --- src/main/resources/checkstyle/checkstyle-suppressions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/checkstyle/checkstyle-suppressions.xml b/src/main/resources/checkstyle/checkstyle-suppressions.xml index b3c71e1a..31865d56 100644 --- a/src/main/resources/checkstyle/checkstyle-suppressions.xml +++ b/src/main/resources/checkstyle/checkstyle-suppressions.xml @@ -23,7 +23,7 @@ <suppress checks="ParameterNumber" files="[\\/]LargeMeanPoissonSampler\.java$" /> <suppress checks="ParameterNumber" files="source64[\\/].*XoShiRo512.*\.java$" /> <suppress checks="ParameterNumber" files="source64[\\/]L128X256Mix\.java$" /> - <suppress checks="UnnecessaryParentheses" files=".*stress[/\\]StressTestCommand\.java$" lines="672" /> + <suppress checks="UnnecessaryParentheses" files=".*stress[/\\]StressTestCommand\.java$" lines="696" /> <!-- Special to allow withUniformRandomProvider to act as a constructor. --> <suppress checks="HiddenField" files=".*Sampler\.java$" message="'rng' hides a field." /> <!-- Methods have the names from the Spliterator interface that is implemented by child classes.
