summaryrefslogtreecommitdiff
path: root/src/android/net/dhcp/DhcpLease.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/net/dhcp/DhcpLease.java')
-rw-r--r--src/android/net/dhcp/DhcpLease.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/net/dhcp/DhcpLease.java b/src/android/net/dhcp/DhcpLease.java
index 3226f28..0b9cd7c 100644
--- a/src/android/net/dhcp/DhcpLease.java
+++ b/src/android/net/dhcp/DhcpLease.java
@@ -16,7 +16,7 @@
package android.net.dhcp;
-import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTH;
+import static com.android.net.module.util.Inet4AddressUtils.inet4AddressToIntHTH;
import android.net.MacAddress;
import android.os.SystemClock;