diff options
author | Adam Powell <adamp@google.com> | 2010-02-12 11:35:17 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-02-12 11:35:17 -0800 |
commit | 1257b1016c5966876d0a3aeec4067de255cb2425 (patch) | |
tree | e06031fd1986512a2388fed7a7021bfcbfcb3883 /core/java | |
parent | 41fe19afe71f2a4b303f177bbf1e30f3aa1558b0 (diff) | |
parent | 4886d40091ebf1fd71c0942224c0b4ad7410f6a7 (diff) | |
download | frameworks_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.java | 4 |
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. * |