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

@ -81,7 +81,7 @@ public class ConfigHomeHandler extends FormHandler {
addFormNotice(_("Added") + ": " + app.name);
} else {
// deleting
Set<String> toDelete = new HashSet();
Set<String> toDelete = new HashSet<String>();
for (Object o : _settings.keySet()) {
if (!(o instanceof String))
continue;