From 5cd266befbf593811049750d6402e9214c469ec8 Mon Sep 17 00:00:00 2001 From: Thiago Camargo Date: Wed, 18 Apr 2007 17:30:14 +0000 Subject: [PATCH] Remove unused imports. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8058 b35dd754-fafc-0310-a699-88a17e54d16e --- .../org/jivesoftware/smackx/jingle/nat/LocalhostTest.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jingle/extension/test/org/jivesoftware/smackx/jingle/nat/LocalhostTest.java b/jingle/extension/test/org/jivesoftware/smackx/jingle/nat/LocalhostTest.java index 7aaedaa94..f0839b8ab 100644 --- a/jingle/extension/test/org/jivesoftware/smackx/jingle/nat/LocalhostTest.java +++ b/jingle/extension/test/org/jivesoftware/smackx/jingle/nat/LocalhostTest.java @@ -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() {