From: SukHyung, Kang Date: Wed, 11 Oct 2017 05:27:24 +0000 (+0900) Subject: Remove build warning from RemoteView X-Git-Tag: preview1-00284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=567d302479067560bc0d52f8527033955479755d;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Remove build warning from RemoteView Change-Id: I45bd94d240f1e166343cc402b955b31c080e9a3d Signed-off-by: SukHyung, Kang --- diff --git a/src/Tizen.Applications.RemoteView/Tizen.Applications/RemoteView.cs b/src/Tizen.Applications.RemoteView/Tizen.Applications/RemoteView.cs index f20e8bb..333cb38 100755 --- a/src/Tizen.Applications.RemoteView/Tizen.Applications/RemoteView.cs +++ b/src/Tizen.Applications.RemoteView/Tizen.Applications/RemoteView.cs @@ -150,7 +150,7 @@ namespace Tizen.Applications /// http://tizen.org/privilege/widget.viewer /// Thrown when this operation failed. /// Thrown when this operation is denied. - /// Thrown when this operation is not supported for this device<./exception> + /// Thrown when this operation is not supported for this device. public static void ResumeAll() { CheckException(Interop.WidgetViewerEvas.NotifyResumedStatusOfViewer());