From: Lee Chang Joo Date: Wed, 7 Oct 2020 08:56:46 +0000 (+0900) Subject: [System][Non-ACR] Change comments in DisplayState and PowerLock (#2088) X-Git-Tag: submit/tizen_5.5/20201008.005155~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9618f54334b95706657dfacf5184e06ce9f46db;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [System][Non-ACR] Change comments in DisplayState and PowerLock (#2088) Signed-off-by: lokilee73 --- diff --git a/src/Tizen.System/Device/Display.cs b/src/Tizen.System/Device/Display.cs index 71f665c09..533669d88 100644 --- a/src/Tizen.System/Device/Display.cs +++ b/src/Tizen.System/Device/Display.cs @@ -23,7 +23,7 @@ namespace Tizen.System /// An application cannot put the device into the power off state or the suspend state. /// /// - /// Dim may not be supported if the DIM state is disabled on the platform. + /// Dim may be ignored if the DIM state is disabled on the platform. /// /// 3 public enum DisplayState diff --git a/src/Tizen.System/Device/Power.cs b/src/Tizen.System/Device/Power.cs index f2fead7f8..29f4d3eee 100644 --- a/src/Tizen.System/Device/Power.cs +++ b/src/Tizen.System/Device/Power.cs @@ -22,7 +22,7 @@ namespace Tizen.System /// Enumeration for power lock type. /// /// - /// DisplayDim may not be supported if the DIM state is disabled on the platform. + /// DisplayDim may be ignored if the DIM state is disabled on the platform. /// /// 5 public enum PowerLock