Skip to content

Commit

Permalink
Fix constants name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Jul 7, 2020
1 parent 334964c commit 5fa46ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/com/genymobile/scrcpy/Device.java
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public boolean setClipboardText(String text) {
}

/**
* @param mode one of the {@code SCREEN_POWER_MODE_*} constants
* @param mode one of the {@code POWER_MODE_*} constants
*/
public static boolean setScreenPowerMode(int mode) {
IBinder d = SurfaceControl.getBuiltInDisplay();
Expand Down

0 comments on commit 5fa46ad

Please sign in to comment.