Remove unused imports.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8058 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-04-18 17:30:14 +00:00 committed by thiago
parent 08ae96a721
commit 5cd266befb
1 changed files with 0 additions and 6 deletions

View File

@ -2,12 +2,6 @@ package org.jivesoftware.smackx.jingle.nat;
import junit.framework.TestCase;
import java.util.Enumeration;
import java.net.NetworkInterface;
import java.net.SocketException;
import java.net.InetAddress;
import java.net.DatagramSocket;
public class LocalhostTest extends TestCase {
public void testGetLocalhost() {