mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Generics
This commit is contained in:
@@ -43,7 +43,7 @@ public class NetworkUI {
|
||||
socksOption.setBounds(6, 6, 87, 16);
|
||||
proxy.add(socksOption);
|
||||
|
||||
final JComboBox socksOptions = new JComboBox();
|
||||
final JComboBox<String> socksOptions = new JComboBox<String>();
|
||||
for (String key : socksVersions.keySet()) {
|
||||
socksOptions.addItem(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user