Merge "Un-deprecate getDhcpInfo" into klp-dev

This commit is contained in:
Robert Greenwalt
2013-10-04 18:07:33 +00:00
committed by Android (Google) Code Review

View File

@@ -22,7 +22,6 @@ import java.net.InetAddress;
/** /**
* A simple object for retrieving the results of a DHCP request. * A simple object for retrieving the results of a DHCP request.
* @deprecated - use LinkProperties - To be removed 11/2014
*/ */
public class DhcpInfo implements Parcelable { public class DhcpInfo implements Parcelable {
public int ipAddress; public int ipAddress;