Proxy fixes from API review feedback

Bug: 17389383
Change-Id: Ib5e40f55d02687ee917ba30773123cf3e4c2a97d
This commit is contained in:
Jason Monk
2014-09-04 15:07:49 -04:00
parent 939112e006
commit f098cfcbbe

View File

@@ -334,10 +334,6 @@ public class ProxyInfo implements Parcelable {
dest.writeStringArray(mParsedExclusionList);
}
/**
* Implement the Parcelable interface.
* @hide
*/
public static final Creator<ProxyInfo> CREATOR =
new Creator<ProxyInfo>() {
public ProxyInfo createFromParcel(Parcel in) {