mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
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:
parent
08ae96a721
commit
5cd266befb
1 changed files with 0 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue