Proxy fixes from API review feedback
Bug: 17389383 Change-Id: Ib5e40f55d02687ee917ba30773123cf3e4c2a97d
This commit is contained in:
@@ -334,10 +334,6 @@ public class ProxyInfo implements Parcelable {
|
|||||||
dest.writeStringArray(mParsedExclusionList);
|
dest.writeStringArray(mParsedExclusionList);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Implement the Parcelable interface.
|
|
||||||
* @hide
|
|
||||||
*/
|
|
||||||
public static final Creator<ProxyInfo> CREATOR =
|
public static final Creator<ProxyInfo> CREATOR =
|
||||||
new Creator<ProxyInfo>() {
|
new Creator<ProxyInfo>() {
|
||||||
public ProxyInfo createFromParcel(Parcel in) {
|
public ProxyInfo createFromParcel(Parcel in) {
|
||||||
|
|||||||
Reference in New Issue
Block a user