No need to stub out UpdateChecker any more
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
package i2p.bote.service;
|
||||
|
||||
import net.i2p.util.I2PAppThread;
|
||||
|
||||
import i2p.bote.Configuration;
|
||||
import i2p.bote.network.NetworkStatusSource;
|
||||
|
||||
public class UpdateChecker extends I2PAppThread {
|
||||
public UpdateChecker(NetworkStatusSource networkStatusSource, Configuration configuration) {
|
||||
super("UpdateCheckr");
|
||||
}
|
||||
|
||||
public synchronized boolean isUpdateAvailable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {}
|
||||
}
|
||||
Reference in New Issue
Block a user