From c79dc7664a347a8341ed6f6aff1f68c7e1bffb0a Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Wed, 27 Sep 2017 14:33:15 +0900 Subject: [PATCH] Remove build warning for inputmethod-manager Change-Id: Iac4804cbba941727715a4b82700dffd4ae006494 Signed-off-by: sungwook79.park --- .../Tizen.Uix.InputMethodManager/InputMethodManager.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs index f260b59..28489d4 100755 --- a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs +++ b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs @@ -34,7 +34,7 @@ namespace Tizen.Uix.InputMethodManager /// /// http://tizen.org/privilege/imemanager /// - /// + /// /// This exception can occur if: /// 1) The application does not have the privilege to call this function. /// 2) Operation failed. @@ -56,7 +56,7 @@ namespace Tizen.Uix.InputMethodManager /// /// http://tizen.org/privilege/imemanager /// - /// + /// /// This exception can occur if: /// 1) The application does not have the privilege to call this function. /// 2) Operation failed. @@ -80,10 +80,10 @@ namespace Tizen.Uix.InputMethodManager /// /// The application ID of the IME. /// The On (enabled) and Off (disabled) state of the IME. - /// + /// /// This exception can occur if an invalid parameter is provided. /// - /// + /// /// This exception can occur if: /// 1) The application does not have the privilege to call this function. /// 2) Operation failed. @@ -110,7 +110,7 @@ namespace Tizen.Uix.InputMethodManager /// /// The current activated (selected) IME. /// - /// + /// /// This exception can occur if: /// 1) The application does not have the privilege to call this function. /// 2) Operation failed. @@ -137,7 +137,7 @@ namespace Tizen.Uix.InputMethodManager /// /// The number of enabled IMEs. /// - /// + /// /// This exception can occur if: /// 1) The application does not have the privilege to call this function. /// 2) Operation failed. -- 2.7.4