mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
clean up unused imports
This commit is contained in:
parent
02b33e3763
commit
fb6b56a85f
@ -26,8 +26,6 @@
|
||||
*/
|
||||
package com.zerotierone.sdk;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
public interface DataStoreGetListener {
|
||||
|
||||
/**
|
||||
|
@ -26,8 +26,6 @@
|
||||
*/
|
||||
package com.zerotierone.sdk;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
public interface DataStorePutListener {
|
||||
|
||||
/**
|
||||
|
@ -27,8 +27,6 @@
|
||||
|
||||
package com.zerotierone.sdk;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
import java.lang.Long;
|
||||
import java.net.InetSocketAddress;
|
||||
import java.util.ArrayList;
|
||||
import java.io.IOException;
|
||||
|
@ -27,8 +27,6 @@
|
||||
|
||||
package com.zerotierone.sdk;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
public interface VirtualNetworkFrameListener {
|
||||
/**
|
||||
* Function to send a frame out to a virtual network port
|
||||
|
Loading…
Reference in New Issue
Block a user