cmsdk: fixup javadoc in CMHardwareManager

Change-Id: I114e57c1b907de3cc7cdaff746b0391cef4b8eb0
This commit is contained in:
Scott Mertz 2016-06-13 12:21:07 -07:00 committed by Gerrit Code Review
parent 7fff40e2d0
commit aa11b3330a
1 changed files with 3 additions and 3 deletions

View File

@ -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.