mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-09 12:51:46 +00:00
routerconsole: type arguments, unused imports
This commit is contained in:
@@ -166,7 +166,7 @@ public class ConfigUpdateHandler extends FormHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
Map<String, String> changes = new HashMap();
|
||||
Map<String, String> changes = new HashMap<String, String>();
|
||||
|
||||
if ( (_newsURL != null) && (_newsURL.length() > 0) ) {
|
||||
if (_newsURL.startsWith("https"))
|
||||
|
||||
Reference in New Issue
Block a user