aboutsummaryrefslogtreecommitdiffstats
path: root/testing-client
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-02-13 05:47:01 +0000
committerwisberg <wisberg>2003-02-13 05:47:01 +0000
commitee8c84d2dcedcb0e7b432fc4a6ca3aba66bfdac5 (patch)
tree040d91b6ac6ee30268e6465f96308a84b1646314 /testing-client
parent5ed9faaf0e5c7ab2f2178adb6743ce33e2ddd187 (diff)
downloadaspectj-ee8c84d2dcedcb0e7b432fc4a6ca3aba66bfdac5.tar.gz
aspectj-ee8c84d2dcedcb0e7b432fc4a6ca3aba66bfdac5.zip
resolving unused-imports warnings
Diffstat (limited to 'testing-client')
-rw-r--r--testing-client/src/org/aspectj/testing/Tester.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing-client/src/org/aspectj/testing/Tester.java b/testing-client/src/org/aspectj/testing/Tester.java
index 66aae9443..6d4a278ae 100644
--- a/testing-client/src/org/aspectj/testing/Tester.java
+++ b/testing-client/src/org/aspectj/testing/Tester.java
@@ -11,9 +11,8 @@
* ******************************************************************/
-package org.aspectj.testing; // XXX move to its own client package
+package org.aspectj.testing;
-import org.aspectj.bridge.AbortException;
import org.aspectj.bridge.IMessage;
import org.aspectj.bridge.IMessageHandler;
import org.aspectj.bridge.Message;