[Inputmethod] Remove useless exception (#707)
authorInhong <tukkong123@naver.com>
Wed, 13 Feb 2019 09:49:18 +0000 (18:49 +0900)
committerGitHub <noreply@github.com>
Wed, 13 Feb 2019 09:49:18 +0000 (18:49 +0900)
src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/InputMethodEditor.cs

index 0e3c8f2..f3bcaa4 100755 (executable)
@@ -2148,7 +2148,6 @@ namespace Tizen.Uix.InputMethod
         /// This can occur due to the following reasons:
         /// 1) The application does not have the privilege to call this function.
         /// 2) The IME main loop has not started yet.
-        /// 3) Invalid parameter.
         /// </exception>
         /// <since_tizen> 6 </since_tizen>
         public static string GetSelectedText()