diff --git a/core/java/android/widget/Gallery.java b/core/java/android/widget/Gallery.java index a958d15c858c0..72e429c8f3366 100644 --- a/core/java/android/widget/Gallery.java +++ b/core/java/android/widget/Gallery.java @@ -57,9 +57,9 @@ import com.android.internal.R; * @attr ref android.R.styleable#Gallery_spacing * @attr ref android.R.styleable#Gallery_gravity * - * @deprecated This widget is not longer supported. Other horizontally scrolling - * widgets include {@link HorizontalScrollView} and ViewPager from the support - * library. + * @deprecated This widget is no longer supported. Other horizontally scrolling + * widgets include {@link HorizontalScrollView} and {@link android.support.v4.view.ViewPager} + * from the support library. */ @Deprecated @Widget