forked from I2P_Developers/i2p.i2p
routerconsole: type arguments, unused imports
This commit is contained in:
@@ -11,8 +11,8 @@ import net.i2p.router.networkdb.reseed.Reseeder;
|
||||
* @since 0.8.3
|
||||
*/
|
||||
public class ConfigReseedHandler extends FormHandler {
|
||||
private final Map<String, String> changes = new HashMap();
|
||||
private final List<String> removes = new ArrayList();
|
||||
private final Map<String, String> changes = new HashMap<String, String>();
|
||||
private final List<String> removes = new ArrayList<String>();
|
||||
|
||||
@Override
|
||||
protected void processForm() {
|
||||
|
||||
Reference in New Issue
Block a user