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
commit c75f08f41a1e5456f0e3e73e4cb66ed95f4568ae Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 13 11:22:58 2025 -0400 Remove trailing whitespace Sort imports --- src/test/java/org/apache/commons/scxml2/w3c/W3CTests.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/test/java/org/apache/commons/scxml2/w3c/W3CTests.java b/src/test/java/org/apache/commons/scxml2/w3c/W3CTests.java index f7938c44..5377c688 100644 --- a/src/test/java/org/apache/commons/scxml2/w3c/W3CTests.java +++ b/src/test/java/org/apache/commons/scxml2/w3c/W3CTests.java @@ -17,7 +17,6 @@ package org.apache.commons.scxml2.w3c; import java.io.File; -import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.FileReader; import java.io.InputStream; @@ -437,7 +436,7 @@ public class W3CTests { /** * Downloads the W3C IRP manifest.xml, the IRP ecma stylesheet to transform the tests, and the actual test templates (.txml) as defined in the manifest.xml - * + * * @throws Exception */ protected void getTests() throws Exception { @@ -513,7 +512,7 @@ public class W3CTests { /** * Download and transform a W3C IRP test resource file - * + * * @param specid the SCXML 1.0 spec id (anchor) for the current assertion, which is used to determine if, how and where the resource should be * transformed. * @param resource The test resource definition