lint unchecked

This commit is contained in:
zzz
2015-04-24 16:27:03 +00:00
parent aecc95825b
commit 81ad33d9e3
5 changed files with 12 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ public class ConfigAdvancedHandler extends FormHandler {
return;
}
for (Object key : props.keySet()) {
for (String key : props.stringPropertyNames()) {
unsetKeys.remove(key);
}