We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cfd7e commit e739083Copy full SHA for e739083
src/Microsoft.OpenApi/Helpers/DictionaryCloneHelper.cs
@@ -9,7 +9,7 @@ namespace Microsoft.OpenApi.Helpers
9
/// <summary>
10
/// Helper class for deep cloning dictionaries.
11
/// </summary>
12
- internal class DictionaryCloneHelper
+ internal static class DictionaryCloneHelper
13
{
14
15
/// Deep clone key value pairs in a dictionary.
0 commit comments