Author: ron.sigal(a)jboss.com
Date: 2008-04-09 02:51:10 -0400 (Wed, 09 Apr 2008)
New Revision: 3912
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/dynamic/remote/http/HTTPMarshallerLoadingTestCase.java
Log:
JBREM-925: Eliminated unnecessary imiports.
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/dynamic/remote/http/HTTPMarshallerLoadingTestCase.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/dynamic/remote/http/HTTPMarshallerLoadingTestCase.java 2008-04-09
03:29:35 UTC (rev 3911)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/dynamic/remote/http/HTTPMarshallerLoadingTestCase.java 2008-04-09
06:51:10 UTC (rev 3912)
@@ -23,12 +23,10 @@
package org.jboss.test.remoting.marshall.dynamic.remote.http;
import java.io.IOException;
-import java.net.InetAddress;
import java.security.AccessController;
import java.security.PrivilegedActionException;
import java.security.PrivilegedExceptionAction;
-import org.apache.log4j.Level;
import org.jboss.jrunit.harness.TestDriver;
/**