OSDN Git Service

Fix Eclipse Refactoring Issues
authorJason Monk <jmonk@google.com>
Wed, 7 May 2014 20:28:29 +0000 (16:28 -0400)
committerJason Monk <jmonk@google.com>
Wed, 7 May 2014 20:28:29 +0000 (16:28 -0400)
Change-Id: I5c16fce7f5478bb6acc9df1b54f386cae95a4a16

src/com/android/settings/ProxySelector.java

index 441fdf1..6941271 100644 (file)
@@ -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) {