summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorYuncheol Heo <ycheo@google.com>2014-10-22 10:19:08 +0900
committerYuncheol Heo <ycheo@google.com>2014-10-24 08:16:31 +0900
commit5487ab07c77558efa524cfc9b40cbe6fe90fc50e (patch)
treebcb73bd700707b2fbdd972867bff35aa5ee63d71 /core/java
parent17e9d2468fea360ab17679161f31cf6a38198fc7 (diff)
CEC: Fix JavaDoc errors.
- Removed the link tag to the non-public objects. Bug: 18063758 Change-Id: I17c79510c184df8a62cde9a6a1d18109c299c15d
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/hardware/hdmi/HdmiClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/hardware/hdmi/HdmiClient.java b/core/java/android/hardware/hdmi/HdmiClient.java
index c2b9846c0cdd..e96e150a8287 100644
--- a/core/java/android/hardware/hdmi/HdmiClient.java
+++ b/core/java/android/hardware/hdmi/HdmiClient.java
@@ -8,7 +8,7 @@ import android.util.Log;
/**
* Parent for classes of various HDMI-CEC device type used to access
- * {@link HdmiControlService}. Contains methods and data used in common.
+ * the HDMI control system service. Contains methods and data used in common.
*
* @hide
*/