routerconsole: type arguments, unused imports

This commit is contained in:
str4d
2013-11-21 11:31:50 +00:00
parent bff79cdae8
commit 2f4765665d
51 changed files with 121 additions and 184 deletions

View File

@@ -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() {