forked from I2P_Developers/i2p.i2p
* Routerconsole:
- Move common methods to new HelperBase class
- Make reseed link a button
This commit is contained in:
@@ -15,8 +15,7 @@ import net.i2p.stat.RateStat;
|
||||
import net.i2p.stat.StatManager;
|
||||
import net.i2p.util.Log;
|
||||
|
||||
public class ConfigStatsHelper {
|
||||
private RouterContext _context;
|
||||
public class ConfigStatsHelper extends HelperBase {
|
||||
private Log _log;
|
||||
private String _filter;
|
||||
private Set _filters;
|
||||
|
||||
Reference in New Issue
Block a user