commit | 88a69fc2c0b1334cfd430c2947ff6534b85f3359 | [log] [tgz] |
---|---|---|
author | Robert Greenwalt <rgreenwalt@google.com> | Thu Oct 03 16:59:05 2013 -0700 |
committer | Robert Greenwalt <rgreenwalt@google.com> | Fri Oct 04 08:19:37 2013 -0700 |
tree | 1a62c1892acc579dd068e7937ec24970767f9983 | |
parent | b1a3202e79f1e13f6b4ddd43155e71cbf4a61dd9 [diff] |
DO NOT MERGE Un-deprecate getDhcpInfo Replacement api isn't available. bug:10003785 Change-Id: I0c91716d9aae61dc1db4d015a78b729157ea99a9
diff --git a/core/java/android/net/DhcpInfo.java b/core/java/android/net/DhcpInfo.java index ab4cd9b..3bede5d 100644 --- a/core/java/android/net/DhcpInfo.java +++ b/core/java/android/net/DhcpInfo.java
@@ -22,7 +22,6 @@ /** * 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 int ipAddress;