Fix Eclipse Refactoring Issues
Change-Id: I5c16fce7f5478bb6acc9df1b54f386cae95a4a16
This commit is contained in:
@@ -153,7 +153,7 @@ public class ProxySelector extends Fragment implements DialogCreatable {
|
||||
if (proxy != null) {
|
||||
hostname = proxy.getHost();
|
||||
port = proxy.getPort();
|
||||
exclList = proxy.getExclusionListAsList();
|
||||
exclList = proxy.getExclusionListAsString();
|
||||
}
|
||||
|
||||
if (hostname == null) {
|
||||
|
Reference in New Issue
Block a user