mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
Removed unused import
This commit is contained in:
@@ -2,7 +2,6 @@ package org.parabot.core.network;
|
|||||||
|
|
||||||
import java.net.InetAddress;
|
import java.net.InetAddress;
|
||||||
import java.net.SocketException;
|
import java.net.SocketException;
|
||||||
import java.util.Enumeration;
|
|
||||||
|
|
||||||
public class NetworkInterface {
|
public class NetworkInterface {
|
||||||
public static byte[] mac = new byte[] { 11, 11, 11, 11, 11, 11 };
|
public static byte[] mac = new byte[] { 11, 11, 11, 11, 11, 11 };
|
||||||
|
|||||||
Reference in New Issue
Block a user