aboutsummaryrefslogtreecommitdiffstats
path: root/ajdoc/testsrc
diff options
context:
space:
mode:
Diffstat (limited to 'ajdoc/testsrc')
-rw-r--r--ajdoc/testsrc/org/aspectj/tools/ajdoc/ExecutionTestCase.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/ajdoc/testsrc/org/aspectj/tools/ajdoc/ExecutionTestCase.java b/ajdoc/testsrc/org/aspectj/tools/ajdoc/ExecutionTestCase.java
index 14ee913bf..f14c757e6 100644
--- a/ajdoc/testsrc/org/aspectj/tools/ajdoc/ExecutionTestCase.java
+++ b/ajdoc/testsrc/org/aspectj/tools/ajdoc/ExecutionTestCase.java
@@ -13,13 +13,10 @@
package org.aspectj.tools.ajdoc;
import java.io.File;
-import java.io.PrintStream;
-import java.io.PrintWriter;
import junit.framework.TestCase;
import org.aspectj.bridge.Version;
-import org.aspectj.util.StreamPrintWriter;
/**
* @author Mik Kersten