summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-09-02 20:18:46 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-09-02 20:18:46 +0000
commit735eeb2cd2d6ff89fc01d1d2f188c5272c093138 (patch)
tree5cac4635d83cf38d249965fd4e3bd891935efa80 /core/java/android
parent89935b38caff4b640e1cc347f555e21fd9941983 (diff)
parented63b3a504738fd34079a561635d0d98c9737046 (diff)
Merge "Fix docs build breakage"
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/view/View.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index 5976f0987931..f28f1722a86b 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -6709,10 +6709,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
* A content description briefly describes the view and is primarily used
* for accessibility support to determine how a view should be presented to
* the user. In the case of a view with no textual representation, such as
- * {@link ImageButton}, a useful content description explains what the view
- * does. For example, an image button with a phone icon that is used to
- * place a call may use "Call" as its content description. An image of a
- * floppy disk that is used to save a file may use "Save".
+ * {@link android.view.ImageButton}, a useful content description explains
+ * what the view does. For example, an image button with a phone icon that
+ * is used to place a call may use "Call" as its content description. An
+ * image of a floppy disk that is used to save a file may use "Save".
*
* @param contentDescription The content description.
* @see #getContentDescription()