Fix docs build.

Change-Id: I3be4c5b74e85d2491316986d8c3c0575cd01a8fc
diff --git a/core/java/android/net/Network.java b/core/java/android/net/Network.java
index 7a1c988..0de3f26 100644
--- a/core/java/android/net/Network.java
+++ b/core/java/android/net/Network.java
@@ -229,7 +229,7 @@
      * 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}.
      *