ggregory 2003/07/20 00:25:58 Modified: modeler/src/test/org/apache/commons/modeler RegistryTestCase.java Log: Organize Imports. Revision Changes Path 1.7 +6 -6 jakarta-commons/modeler/src/test/org/apache/commons/modeler/RegistryTestCase.java Index: RegistryTestCase.java =================================================================== RCS file: /home/cvs/jakarta-commons/modeler/src/test/org/apache/commons/modeler/RegistryTestCase.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- RegistryTestCase.java 27 Jan 2003 19:57:07 -0000 1.6 +++ RegistryTestCase.java 20 Jul 2003 07:25:58 -0000 1.7 @@ -64,9 +64,8 @@ import java.io.FileInputStream; -import java.util.EmptyStackException; import java.util.List; -import java.util.Map; + import javax.management.Descriptor; import javax.management.MBeanConstructorInfo; import javax.management.modelmbean.ModelMBeanAttributeInfo; @@ -74,6 +73,7 @@ import javax.management.modelmbean.ModelMBeanInfo; import javax.management.modelmbean.ModelMBeanNotificationInfo; import javax.management.modelmbean.ModelMBeanOperationInfo; + import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]