Fixed compile bug in LightningLite

This commit is contained in:
Anthony Restaino 2015-09-08 20:50:17 -04:00
parent b33c4caf67
commit 7f07edcdf7

View File

@ -52,7 +52,7 @@ public class ProxyUtils {
}
public int setProxyChoice(int choice, Activity activity) {
public static int setProxyChoice(int choice, Activity activity) {
return choice;
}
}