This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push: new 70d3fd3 Javadoc: Use "file name" instead of "filename". 70d3fd3 is described below commit 70d3fd3293cc5da5e4fcb5a095f5d2c552d98a6d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 30 15:31:05 2019 -0400 Javadoc: Use "file name" instead of "filename". --- .../java/org/apache/commons/rng/examples/stress/StressTestCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestCommand.java b/commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestCommand.java index b5dd4d4..016d3a4 100644 --- a/commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestCommand.java +++ b/commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestCommand.java @@ -319,7 +319,7 @@ class StressTestCommand implements Callable<Void> { /** * Creates the named output file. * - * <p>Note: The trial will be combined with the trial offset to create the filename. + * <p>Note: The trial will be combined with the trial offset to create the file name. * * @param basePath The base path to the output results files. * @param testData The test data.