From a7e815530a644bac074769142c4c819f30204012 Mon Sep 17 00:00:00 2001 From: hsgwon Date: Thu, 30 May 2019 17:16:30 +0900 Subject: [PATCH] [MediaContent] Fix description of Delete method (#866) --- .../Tizen.Content.MediaContent/MediaInfoCommand.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs index fff1dfcd1..00a212e55 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs @@ -479,13 +479,13 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and deleted, otherwise false. /// /// The or the can be used instead.
- /// Since API level 6, If file still exists in file system before calling this method, - /// will be thrown to keep db consistency. + /// Since API level 6, if the file related with the in DB still exists in file system before calling this method, + /// will be thrown to keep consistency in DB. ///
/// /// The is disconnected.
/// -or-
- /// File still exists in file system. (Since API level 6) + /// The file related with the in DB still exists in file system. (Since API level 6) ///
/// The has already been disposed of. /// An error occurred while executing the command. -- 2.34.1