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-scxml.git
The following commit(s) were added to refs/heads/master by this push: new f07809f Javadoc: Use "file name" instead of "filename". f07809f is described below commit f07809f74d27e889547274786f3423220fdb08b3 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 30 15:31:45 2019 -0400 Javadoc: Use "file name" instead of "filename". --- src/main/java/org/apache/commons/scxml2/test/StandaloneUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/scxml2/test/StandaloneUtils.java b/src/main/java/org/apache/commons/scxml2/test/StandaloneUtils.java index c3c40e3..44034e6 100644 --- a/src/main/java/org/apache/commons/scxml2/test/StandaloneUtils.java +++ b/src/main/java/org/apache/commons/scxml2/test/StandaloneUtils.java @@ -55,7 +55,7 @@ public final class StandaloneUtils { * using the SCXML document described by the specified URI and using * the specified expression evaluator. * - * @param uri The URI or filename of the SCXML document + * @param uri The URI or file name of the SCXML document * @param evaluator The expression evaluator for the expression language * used in the specified SCXML document *