summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-02-25 15:46:55 -0800
committerKenny Root <kroot@google.com>2010-02-25 15:46:55 -0800
commit2a4f254d53c065da16114a84bcfe95f57ccb2587 (patch)
treee74838ec71e3d756763292fa4c6eae319ec4bd1a /core
parentac68d81ce1339e4853a798e4a36e7ffd84750000 (diff)
downloadframeworks_base-2a4f254d53c065da16114a84bcfe95f57ccb2587.zip
frameworks_base-2a4f254d53c065da16114a84bcfe95f57ccb2587.tar.gz
frameworks_base-2a4f254d53c065da16114a84bcfe95f57ccb2587.tar.bz2
Remove misleading method comment on TextView#setHint
Comment incorrectly specified that the setHint(...) methods were deprecated and suggested instead using different methods that did not exist. Change-Id: I5e7a1570beb8f1cd807853c6d9de8072afa5123e
Diffstat (limited to 'core')
-rw-r--r--core/java/android/widget/TextView.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java
index 951563a..51e1c57 100644
--- a/core/java/android/widget/TextView.java
+++ b/core/java/android/widget/TextView.java
@@ -2823,9 +2823,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
* Null means to use the normal empty text. The hint does not currently
* participate in determining the size of the view.
*
- * This method is deprecated. Use {link #setHint(int, String)} or
- * {link #setHint(CharSequence, String)} instead.
- *
* @attr ref android.R.styleable#TextView_hint
*/
@android.view.RemotableViewMethod
@@ -2845,9 +2842,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
* Sets the text to be displayed when the text of the TextView is empty,
* from a resource.
*
- * This method is deprecated. Use {link #setHint(int, String)} or
- * {link #setHint(CharSequence, String)} instead.
- *
* @attr ref android.R.styleable#TextView_hint
*/
@android.view.RemotableViewMethod