OSDN Git Service

docs: Fixed duplicate text in onScrollStateChanged() scrollState parameter description.
authorquddusc <quddusc@google.com>
Fri, 20 Dec 2013 22:55:09 +0000 (14:55 -0800)
committerquddusc <quddusc@google.com>
Fri, 20 Dec 2013 22:55:09 +0000 (14:55 -0800)
Bug: 6804017

Change-Id: I1e08fc7a9a5db85341c57f6ec04c434a94183cd0

core/java/android/widget/AbsListView.java

index 3eb0052..6a7a34f 100644 (file)
@@ -723,7 +723,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
          *
          * @param view The view whose scroll state is being reported
          *
-         * @param scrollState The current scroll state. One of {@link #SCROLL_STATE_IDLE},
+         * @param scrollState The current scroll state. One of 
          * {@link #SCROLL_STATE_TOUCH_SCROLL} or {@link #SCROLL_STATE_IDLE}.
          */
         public void onScrollStateChanged(AbsListView view, int scrollState);