You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/test/net/java/sip/communicator/slick/netaddr/TestAddressPool.java

22 lines
295 B

package net.java.sip.communicator.slick.netaddr;
import junit.framework.*;
/**
*
* @author Emil Ivov
*/
public class TestAddressPool
extends TestCase
{
public TestAddressPool()
{
super();
}
public TestAddressPool(String name)
{
super(name);
}
}