Renamed AbstractDevice to HalAbstractDevice and moved int intf package
This commit is contained in:
parent
8d51526481
commit
7e8938c38c
17 changed files with 37 additions and 52 deletions
|
|
@ -19,7 +19,7 @@ import java.util.concurrent.TimeUnit;
|
|||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class NetScanController implements HalEventController, HalAutoScannableController, InetScanListener, Runnable{
|
||||
public class NetScanController implements HalEventController, HalAutoScannableController, InetScanListener, Runnable {
|
||||
public static Logger logger = LogUtil.getLogger();
|
||||
private static final int NETWORK_SYNC_INTERVAL = 3 * 60 * 60 * 1000; // 3 hours
|
||||
private static final int PING_INTERVAL = 10 * 1000; // 10 sec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue