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 c2e8a3f Javadoc: Don't use FQCN in throws clause. c2e8a3f is described below commit c2e8a3f2be7c34a7adbf286afa143394bda8dba5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 21 15:15:57 2022 -0400 Javadoc: Don't use FQCN in throws clause. --- 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 3dc76ba..de7f8cc 100644 --- a/src/main/java/org/apache/commons/scxml2/test/StandaloneUtils.java +++ b/src/main/java/org/apache/commons/scxml2/test/StandaloneUtils.java @@ -138,7 +138,7 @@ public final class StandaloneUtils { /** * @param uri an absolute or relative URL * @return java.lang.String canonical URL (absolute) - * @throws java.io.IOException if a relative URL can not be resolved + * @throws IOException if a relative URL can not be resolved * to a local file */ private static String getCanonicalURI(final String uri)