The comment lack of symbol # and parameter data type. This will cause compilation failed.
diff --git a/core/java/android/widget/Scroller.java b/core/java/android/widget/Scroller.java
index 7c9e06e..381641f 100644
--- a/core/java/android/widget/Scroller.java
+++ b/core/java/android/widget/Scroller.java
@@ -362,7 +362,7 @@
     
     /**
      * Extend the scroll animation. This allows a running animation to scroll
-     * further and longer, when used with {@link #setFinalX()} or {@link setFinalY()}.
+     * further and longer, when used with {@link #setFinalX(int)} or {@link #setFinalY(int)}.
      *
      * @param extend Additional time to scroll in milliseconds.
      * @see #setFinalX(int)