From 8f8a11b7fa26e603519131001ab46596aa30ba1a Mon Sep 17 00:00:00 2001 From: Newton Allen Date: Tue, 26 Nov 2013 10:25:38 -0800 Subject: Fix some documentation typos. Change-Id: I747a0ade5c7b9c45d4465bf327952338bbc1cfaa (cherry picked from commit 4465d1a03ee5fddc5987c19fc36b0bb79e19572f) --- core/java/android/widget/TextView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/widget/TextView.java') diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index a80d70af5251..5cdee53abb15 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -7378,8 +7378,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * to turn off ellipsizing. * * If {@link #setMaxLines} has been used to set two or more lines, - * {@link android.text.TextUtils.TruncateAt#END} and - * {@link android.text.TextUtils.TruncateAt#MARQUEE}* are only supported + * only {@link android.text.TextUtils.TruncateAt#END} and + * {@link android.text.TextUtils.TruncateAt#MARQUEE} are supported * (other ellipsizing types will not do anything). * * @attr ref android.R.styleable#TextView_ellipsize -- cgit v1.2.3