summaryrefslogtreecommitdiffstats
path: root/embedding/java/src/org/uscxml/tests/execContent/TestCustomExecContent.java
diff options
context:
space:
mode:
Diffstat (limited to 'embedding/java/src/org/uscxml/tests/execContent/TestCustomExecContent.java')
-rw-r--r--embedding/java/src/org/uscxml/tests/execContent/TestCustomExecContent.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/embedding/java/src/org/uscxml/tests/execContent/TestCustomExecContent.java b/embedding/java/src/org/uscxml/tests/execContent/TestCustomExecContent.java
index 92d7ed3..7a97ab4 100644
--- a/embedding/java/src/org/uscxml/tests/execContent/TestCustomExecContent.java
+++ b/embedding/java/src/org/uscxml/tests/execContent/TestCustomExecContent.java
@@ -1,11 +1,9 @@
package org.uscxml.tests.execContent;
-import org.uscxml.Data;
-import org.uscxml.Event;
+import org.uscxml.ExecutableContent;
import org.uscxml.Factory;
import org.uscxml.Interpreter;
import org.uscxml.InterpreterException;
-import org.uscxml.ExecutableContent;
public class TestCustomExecContent extends ExecutableContent {