Skip to content

Commit 773e2b9

Browse files
committed
Restrict class access
1 parent a65d683 commit 773e2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Microsoft.OpenApi
88
/// <summary>
99
/// Utilities methods
1010
/// </summary>
11-
public static class Utils
11+
internal static class Utils
1212
{
1313
/// <summary>
1414
/// Check whether the input argument value is null or not.

0 commit comments

Comments
 (0)