File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Microsoft.OpenApi/Services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ public class OpenApiWorkspace
18
18
{
19
19
private readonly Dictionary < string , Uri > _documentsIdRegistry = new ( ) ;
20
20
private readonly Dictionary < Uri , Stream > _artifactsRegistry = new ( ) ;
21
- private readonly Dictionary < Uri , IOpenApiReferenceable > _IOpenApiReferenceableRegistry = new ( new UriWithFragmentEquailityComparer ( ) ) ;
21
+ private readonly Dictionary < Uri , IOpenApiReferenceable > _IOpenApiReferenceableRegistry = new ( new UriWithFragmentEqualityComparer ( ) ) ;
22
22
23
- private class UriWithFragmentEquailityComparer : IEqualityComparer < Uri >
23
+ private sealed class UriWithFragmentEqualityComparer : IEqualityComparer < Uri >
24
24
{
25
25
public bool Equals ( Uri ? x , Uri ? y )
26
26
{
You can’t perform that action at this time.
0 commit comments