aboutsummaryrefslogtreecommitdiffstats
path: root/sdk
diff options
context:
space:
mode:
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.