diff --git a/core/java/android/net/Network.java b/core/java/android/net/Network.java index df6eb99d46..39db41d1f2 100644 --- a/core/java/android/net/Network.java +++ b/core/java/android/net/Network.java @@ -275,7 +275,6 @@ public class Network implements Parcelable { * @throws IllegalArgumentException if the argument proxy is null. * @throws IOException if an error occurs while opening the connection. * @see java.net.URL#openConnection() - * @hide */ public URLConnection openConnection(URL url, java.net.Proxy proxy) throws IOException { if (proxy == null) throw new IllegalArgumentException("proxy is null");