Remove build warning from RemoteView 85/154685/2 preview1-00284
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 11 Oct 2017 05:27:24 +0000 (14:27 +0900)
committerSemun Lee <semun.lee@samsung.com>
Wed, 11 Oct 2017 07:25:20 +0000 (07:25 +0000)
Change-Id: I45bd94d240f1e166343cc402b955b31c080e9a3d
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
src/Tizen.Applications.RemoteView/Tizen.Applications/RemoteView.cs

index f20e8bb..333cb38 100755 (executable)
@@ -150,7 +150,7 @@ namespace Tizen.Applications
         /// <privilege>http://tizen.org/privilege/widget.viewer</privilege>
         /// <exception cref="InvalidOperationException">Thrown when this operation failed.</exception>
         /// <exception cref="UnauthorizedAccessException">Thrown when this operation is denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when this operation is not supported for this device<./exception>
+        /// <exception cref="NotSupportedException">Thrown when this operation is not supported for this device.</exception>
         public static void ResumeAll()
         {
             CheckException(Interop.WidgetViewerEvas.NotifyResumedStatusOfViewer());