From aa11b3330a4dbedc367f758d7b059ea17c94ad45 Mon Sep 17 00:00:00 2001 From: Scott Mertz Date: Mon, 13 Jun 2016 12:21:07 -0700 Subject: [PATCH] cmsdk: fixup javadoc in CMHardwareManager Change-Id: I114e57c1b907de3cc7cdaff746b0391cef4b8eb0 --- sdk/src/java/cyanogenmod/hardware/CMHardwareManager.java | 6 +++--- 1 file 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.