summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-05-29 09:30:50 -0400
committerJohn Spurlock <jspurlock@google.com>2013-05-29 17:34:53 -0400
commit0ffefdf9fc87670fb31f4ae8c87dd3310399e017 (patch)
tree9764afd6e58f9af0d260d0829ec49976426ef95d /core/java
parent579c00efd6a2840856bdad1e9a5d9b5dae248312 (diff)
Docfix: remove confusing "disabled" link label.
Change-Id: I96ebc44fe69de60e187f200b5e9d0b5adc478c17
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/View.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index d1fa4550cf07..6f88bb2c2a5e 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -12413,8 +12413,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
/**
* <p>Specifies the type of layer backing this view. The layer can be
- * {@link #LAYER_TYPE_NONE disabled}, {@link #LAYER_TYPE_SOFTWARE software} or
- * {@link #LAYER_TYPE_HARDWARE hardware}.</p>
+ * {@link #LAYER_TYPE_NONE}, {@link #LAYER_TYPE_SOFTWARE} or
+ * {@link #LAYER_TYPE_HARDWARE}.</p>
*
* <p>A layer is associated with an optional {@link android.graphics.Paint}
* instance that controls how the layer is composed on screen. The following