From: seungho Date: Thu, 10 Dec 2020 03:20:08 +0000 (+0900) Subject: [NUI] Fix build warning CS0419 X-Git-Tag: accepted/tizen/unified/20210219.040944~198 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=320ff30f1be220bd2e9c2f9f14d21447d74c2264;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Fix build warning CS0419 - Ambiguous reference in cref attribute: 'Method Name1'. Assuming 'Method Name2', but could have also matched other overloads including 'Method Name3'. Signed-off-by: seungho --- diff --git a/src/Tizen.NUI/src/internal/FrameBroker/FrameBrokerBase.cs b/src/Tizen.NUI/src/internal/FrameBroker/FrameBrokerBase.cs index 2689e1c..b48d6af 100755 --- a/src/Tizen.NUI/src/internal/FrameBroker/FrameBrokerBase.cs +++ b/src/Tizen.NUI/src/internal/FrameBroker/FrameBrokerBase.cs @@ -45,7 +45,7 @@ namespace Tizen.NUI /// /// The window instance of Ecore_Wl2_Window pointer. /// Thrown when failed because of an invalid parameter. - /// Thrown when the memory is insufficient. + /// Thrown when the memory is insufficient. /// Thrown when failed to create the frame broker handle. /// This class is only avaliable for platform level signed applications. internal FrameBrokerBase(Window window)