donaldp 2002/11/10 04:46:52
Modified: fortress/src/test/org/apache/excalibur/fortress/test
HandlersTestCase.java
Log:
optimize imports
Revision Changes Path
1.4 +2 -3
jakarta-avalon-excalibur/fortress/src/test/org/apache/excalibur/fortress/test/HandlersTestCase.java
Index: HandlersTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/fortress/src/test/org/apache/excalibur/fortress/test/HandlersTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HandlersTestCase.java 10 Nov 2002 12:46:35 -0000 1.3
+++ HandlersTestCase.java 10 Nov 2002 12:46:52 -0000 1.4
@@ -16,11 +16,10 @@
import org.apache.excalibur.fortress.container.DefaultContainer;
import org.apache.excalibur.fortress.test.data.BaseRole;
import org.apache.excalibur.fortress.test.data.Role1;
+import org.apache.excalibur.fortress.test.data.Role2;
import org.apache.excalibur.fortress.test.data.Role3;
import org.apache.excalibur.fortress.test.data.Role4;
-import org.apache.excalibur.fortress.test.data.Role2;
import org.apache.excalibur.fortress.util.ContextBuilder;
-import java.util.ArrayList;
/**
* A testcase for the different handlers.
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>