Skip to content

Commit de2d2db

Browse files
Change public method by internal.
1 parent 6167032 commit de2d2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Core/gxconfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ internal static bool WrapSingleApiOutput
14451445
}
14461446
}
14471447

1448-
public static bool SingletonHttpClient()
1448+
internal static bool SingletonHttpClient()
14491449
{
14501450
if (singletonHttpClient == -1)
14511451
{

0 commit comments

Comments
 (0)