From 3d2c4da534f7fa37eeee0926f830d33f511c22ab Mon Sep 17 00:00:00 2001 From: Dan Sandler Date: Thu, 31 Jul 2014 02:27:37 -0400 Subject: [PATCH] Fix docs build. Change-Id: I3be4c5b74e85d2491316986d8c3c0575cd01a8fc --- core/java/android/net/Network.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/net/Network.java b/core/java/android/net/Network.java index 7a1c988ba0..0de3f2606b 100644 --- a/core/java/android/net/Network.java +++ b/core/java/android/net/Network.java @@ -229,7 +229,7 @@ public class Network implements Parcelable { * in the past or future will cease to work. * * The returned URL may have a {@link URLStreamHandler} explicitly set, which may not be the - * handler generated by the factory set with {@link java.net.URL.setURLStreamHandlerFactory}. To + * handler generated by the factory set with {@link java.net.URL#setURLStreamHandlerFactory}. To * affect the {@code URLStreamHandler}s of URLs returned by this method, call * {@link #setNetworkBoundURLFactory}. *