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 449b5c2 Javadoc: Use "file name" instead of "filename". 449b5c2 is described below commit 449b5c2af9e19f5b0687fb63c9bf064e1f17b851 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 30 15:54:51 2019 -0400 Javadoc: Use "file name" instead of "filename". --- .../java/org/apache/commons/scxml2/test/StandaloneJexlExpressions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/scxml2/test/StandaloneJexlExpressions.java b/src/main/java/org/apache/commons/scxml2/test/StandaloneJexlExpressions.java index ed383ca..dedebc1 100644 --- a/src/main/java/org/apache/commons/scxml2/test/StandaloneJexlExpressions.java +++ b/src/main/java/org/apache/commons/scxml2/test/StandaloneJexlExpressions.java @@ -45,7 +45,7 @@ public final class StandaloneJexlExpressions { /** * Launcher. - * @param args The arguments, one expected, the URI or filename of the + * @param args The arguments, one expected, the URI or file name of the * SCXML document */ public static void main(final String[] args) {