summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2010-02-12 11:35:17 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-02-12 11:35:17 -0800
commit1257b1016c5966876d0a3aeec4067de255cb2425 (patch)
treee06031fd1986512a2388fed7a7021bfcbfcb3883 /core/java
parent41fe19afe71f2a4b303f177bbf1e30f3aa1558b0 (diff)
parent4886d40091ebf1fd71c0942224c0b4ad7410f6a7 (diff)
downloadframeworks_base-1257b1016c5966876d0a3aeec4067de255cb2425.zip
frameworks_base-1257b1016c5966876d0a3aeec4067de255cb2425.tar.gz
frameworks_base-1257b1016c5966876d0a3aeec4067de255cb2425.tar.bz2
Merge "Fix javadoc link for SDK build breakage"
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/View.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index c1537ca..57fdd8b 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -8551,8 +8551,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
/**
* Scroll the view with standard behavior for scrolling beyond the normal
* content boundaries. Views that call this method should override
- * {@link #onOverscrolled()} to respond to the results of an overscroll
- * operation.
+ * {@link #onOverscrolled(int, int, boolean, boolean)} to respond to the
+ * results of an overscroll operation.
*
* Views can use this method to handle any touch or fling-based scrolling.
*