From d2aed40a37f202cc2b88d77c44fa359bfbd10520 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 18 May 2012 17:32:08 -0700 Subject: Fix documentation Change-Id: Id3a5d3b6b43ce684c2328f046e4991e64e97575a --- core/java/android/widget/Gallery.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/java/android/widget/Gallery.java') diff --git a/core/java/android/widget/Gallery.java b/core/java/android/widget/Gallery.java index 330548760d6f..e4e7239a5bfb 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 -- cgit v1.2.3