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
1818 {
1919 private readonly Dictionary < string , Uri > _documentsIdRegistry = new ( ) ;
2020 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 ( ) ) ;
2222
23- private class UriWithFragmentEquailityComparer : IEqualityComparer < Uri >
23+ private sealed class UriWithFragmentEqualityComparer : IEqualityComparer < Uri >
2424 {
2525 public bool Equals ( Uri ? x , Uri ? y )
2626 {
You can’t perform that action at this time.
0 commit comments