summaryrefslogtreecommitdiffstats
path: root/sdk
diff options
context:
space:
mode:
authorScott Mertz <scott@cyngn.com>2016-06-13 12:21:07 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-06-14 11:54:08 -0700
commitaa11b3330a4dbedc367f758d7b059ea17c94ad45 (patch)
tree153ebd953fbdba92e0ae23b3a229a0bda5b26535 /sdk
parent7fff40e2d0b550c16cebd736974deb044b599a2d (diff)
downloadvendor_cmsdk-aa11b3330a4dbedc367f758d7b059ea17c94ad45.zip
vendor_cmsdk-aa11b3330a4dbedc367f758d7b059ea17c94ad45.tar.gz
vendor_cmsdk-aa11b3330a4dbedc367f758d7b059ea17c94ad45.tar.bz2
cmsdk: fixup javadoc in CMHardwareManager
Change-Id: I114e57c1b907de3cc7cdaff746b0391cef4b8eb0
Diffstat (limited to 'sdk')
-rw-r--r--sdk/src/java/cyanogenmod/hardware/CMHardwareManager.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdk/src/java/cyanogenmod/hardware/CMHardwareManager.java b/sdk/src/java/cyanogenmod/hardware/CMHardwareManager.java
index 5205da3..7765b94 100644
--- a/sdk/src/java/cyanogenmod/hardware/CMHardwareManager.java
+++ b/sdk/src/java/cyanogenmod/hardware/CMHardwareManager.java
@@ -422,7 +422,7 @@ public final class CMHardwareManager {
* Set the display color calibration to the given rgb triplet
*
* @param rgb RGB color calibration. Each value must be between
- * {@link getDisplayColorCalibrationMin()} and {@link getDisplayColorCalibrationMax()},
+ * {@link #getDisplayColorCalibrationMin()} and {@link #getDisplayColorCalibrationMax()},
* inclusive.
*
* @return true on success, false otherwise.
@@ -609,7 +609,7 @@ public final class CMHardwareManager {
}
/**
- * @param the control to query
+ * @param idx the control to query
*
* @return the current RGB gamma calibration for the given control
*/
@@ -643,7 +643,7 @@ public final class CMHardwareManager {
*
* @param idx the control to set
* @param rgb RGB color calibration. Each value must be between
- * {@link getDisplayGammaCalibrationMin()} and {@link getDisplayGammaCalibrationMax()},
+ * {@link #getDisplayGammaCalibrationMin()} and {@link #getDisplayGammaCalibrationMax()},
* inclusive.
*
* @return true on success, false otherwise.