mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
clean up unused imports
This commit is contained in:
parent
02b33e3763
commit
fb6b56a85f
4 changed files with 0 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue