Fix SDK build.

Change-Id: Iec71b6cbaf262f143c65c4b7b98e165f285259ac
diff --git a/core/java/android/app/ListFragment.java b/core/java/android/app/ListFragment.java
index 548dd61..a6be329 100644
--- a/core/java/android/app/ListFragment.java
+++ b/core/java/android/app/ListFragment.java
@@ -170,8 +170,8 @@
      * Provide default implementation to return a simple list view.  Subclasses
      * can override to replace with their own layout.  If doing so, the
      * returned view hierarchy <em>must</em> have a ListView whose id
-     * is {@link android.R.id.list android.R.id.list} and can optionally
-     * have a sibling view id {@link android.R.id.empty android.R.id.empty}
+     * is {@link android.R.id#list android.R.id.list} and can optionally
+     * have a sibling view id {@link android.R.id#empty android.R.id.empty}
      * that is to be shown when the list is empty.
      */
     @Override