summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/view/View.java')
-rw-r--r--core/java/android/view/View.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index 49284d4..dde2442 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -8820,7 +8820,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
}
/**
- * Called by {@link #overscrollBy(int, int, int, int, int, int, int, int, boolean)} to
+ * Called by overscrollBy to
* respond to the results of an overscroll operation.
*
* @hide