forked from I2P_Developers/i2p.i2p
- Split up Updater and Checker interfaces
- Update router after check
This commit is contained in:
@@ -34,7 +34,7 @@ import net.i2p.util.VersionComparator;
|
||||
* @since 0.7.12
|
||||
* @author zzz
|
||||
*/
|
||||
class PluginUpdateHandler implements Updater {
|
||||
class PluginUpdateHandler implements Checker, Updater {
|
||||
private final RouterContext _context;
|
||||
|
||||
public PluginUpdateHandler(RouterContext ctx) {
|
||||
|
||||
Reference in New Issue
Block a user