OSDN Git Service

Fix the build
authorAdam Powell <adamp@google.com>
Thu, 18 Mar 2010 04:20:13 +0000 (21:20 -0700)
committerAdam Powell <adamp@google.com>
Thu, 18 Mar 2010 04:20:13 +0000 (21:20 -0700)
Change-Id: I4448a0c56c192d3d9f0308bb77301a3f18de6024

core/java/android/view/View.java

index e1d9c30..984e48b 100644 (file)
@@ -1541,7 +1541,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
     
     /**
      * Controls the overscroll mode for this view.
-     * See {@link #overscrollBy(int, int, int, int, int, int, int, int)},
+     * See {@link #overscrollBy(int, int, int, int, int, int, int, int, boolean)},
      * {@link #OVERSCROLL_ALWAYS}, {@link #OVERSCROLL_IF_CONTENT_SCROLLS},
      * and {@link #OVERSCROLL_NEVER}.
      */
@@ -8786,7 +8786,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
     }
     
     /**
-     * Called by {@link #overscrollBy(int, int, int, int, int, int, int, int)} to
+     * Called by {@link #overscrollBy(int, int, int, int, int, int, int, int, boolean)} to
      * respond to the results of an overscroll operation.
      * 
      * @param scrollX New X scroll value in pixels