From: jomui Date: Tue, 8 Aug 2017 01:06:53 +0000 (+0900) Subject: modify description X-Git-Tag: submit/trunk/20170823.075128~101^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc14a955f044b54cab8abb289abe771f4153691b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git modify description Signed-off-by: jomui Change-Id: I3aaec0c335e181afb2eb490b0d5d098cee1154fd --- diff --git a/src/Tizen.Maps/Interop/Interop.ErrorCode.cs b/src/Tizen.Maps/Interop/Interop.ErrorCode.cs index 8c4eaab..89d4916 100755 --- a/src/Tizen.Maps/Interop/Interop.ErrorCode.cs +++ b/src/Tizen.Maps/Interop/Interop.ErrorCode.cs @@ -55,7 +55,7 @@ internal static class ErrorCodeExtensions } /// - /// Utility method to check for error, returns false if failed and print warning messages + /// The utility method to check for an error. Returns false on failure and prints warning messages. /// /// Returns true in case of no error, otherwise false. internal static bool WarnIfFailed(this Interop.ErrorCode err, string msg, [CallerFilePath] string file = "", [CallerMemberName] string func = "", [CallerLineNumber] int line = 0) @@ -69,7 +69,7 @@ internal static class ErrorCodeExtensions } /// - /// Utility method to check for error, returns false if failed and throw exception + /// The utility method to check for an error. Returns false on failure and throws an exception. /// /// Returns true in case of no error, otherwise false. internal static bool ThrowIfFailed(this Interop.ErrorCode err, string msg, [CallerFilePath] string file = "", [CallerMemberName] string func = "", [CallerLineNumber] int line = 0)