mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 14:18:24 +00:00
clean up unused imports
This commit is contained in:
@ -26,8 +26,6 @@
|
|||||||
*/
|
*/
|
||||||
package com.zerotierone.sdk;
|
package com.zerotierone.sdk;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
|
|
||||||
public interface DataStoreGetListener {
|
public interface DataStoreGetListener {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -26,8 +26,6 @@
|
|||||||
*/
|
*/
|
||||||
package com.zerotierone.sdk;
|
package com.zerotierone.sdk;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
|
|
||||||
public interface DataStorePutListener {
|
public interface DataStorePutListener {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
package com.zerotierone.sdk;
|
package com.zerotierone.sdk;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.lang.Long;
|
|
||||||
import java.net.InetSocketAddress;
|
import java.net.InetSocketAddress;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
package com.zerotierone.sdk;
|
package com.zerotierone.sdk;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
|
|
||||||
public interface VirtualNetworkFrameListener {
|
public interface VirtualNetworkFrameListener {
|
||||||
/**
|
/**
|
||||||
* Function to send a frame out to a virtual network port
|
* Function to send a frame out to a virtual network port
|
||||||
|
Reference in New Issue
Block a user