remove partial from class
authorabdullah <abdullahhasan10@gmail.com>
Thu, 16 Dec 2021 15:43:39 +0000 (17:43 +0200)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 21 Dec 2021 09:32:16 +0000 (18:32 +0900)
src/Tizen.NUI/src/public/BaseComponents/TextGeometry.cs

index d655233..bb0a8c6 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.NUI.BaseComponents
     /// </summary>
     // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
     [EditorBrowsable(EditorBrowsableState.Never)]
-    public static partial class TextGeometry
+    public static class TextGeometry
     {
         private static void ValidateRange(int start, int end)
         {