Merge "Fix javadoc link for SDK build breakage"

This commit is contained in:
Adam Powell
2010-02-12 11:35:17 -08:00
committed by Android (Google) Code Review

View File

@ -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.
*