summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorAshley Rose <ashleyrose@google.com>2018-12-04 17:11:19 -0500
committerPawin Vongmasa <pawin@google.com>2018-12-05 00:04:01 +0000
commit0b2d82ca1eedc938f5094c7d05ee8da8e95c2972 (patch)
treef2ef0ef8d498e681a55b55559de1cd96a30f3ba4 /core/java/android
parent6220baa36e0a477432b50ef35125c72b4851494b (diff)
Remove bad type param link
Test: make framework Change-Id: Ie482534af48d46fd7d087ad60a6a5adc597617cb Fixes: 120499404
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/view/inspector/InspectionCompanion.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/inspector/InspectionCompanion.java b/core/java/android/view/inspector/InspectionCompanion.java
index ce0aee8f2d84..62d769b6d963 100644
--- a/core/java/android/view/inspector/InspectionCompanion.java
+++ b/core/java/android/view/inspector/InspectionCompanion.java
@@ -62,7 +62,7 @@ public interface InspectionCompanion<T> {
* have been mapped and throw a {@link UninitializedPropertyMapException} if this method is
* called before {mapProperties}.
*
- * @param inspectable A object of type {@link T} to read the properties of.
+ * @param inspectable A object of type {T} to read the properties of.
* @param propertyReader An object which receives the property IDs and values.
*/
void readProperties(@NonNull T inspectable, @NonNull PropertyReader propertyReader);