Fixed javadoc error

This commit is contained in:
Ioannis Tsakpinis 2004-02-15 21:45:03 +00:00
parent 061e1a76d1
commit 4c16b9a653
1 changed files with 31 additions and 32 deletions

View File

@ -194,7 +194,6 @@ public final class Display {
* @param gamma The gamma value * @param gamma The gamma value
* @param brightness The brightness value between -1.0 and 1.0, inclusive * @param brightness The brightness value between -1.0 and 1.0, inclusive
* @param contrast The contrast, larger than 0.0. * @param contrast The contrast, larger than 0.0.
* @return true if the call succeeded, false otherwise
*/ */
public static void setDisplayConfiguration(float gamma, float brightness, float contrast) throws Exception { public static void setDisplayConfiguration(float gamma, float brightness, float contrast) throws Exception {
assert brightness >= -1.0f && brightness <= 1.0f; assert brightness >= -1.0f && brightness <= 1.0f;