Skip to content

Commit f260e58

Browse files
committed
chore: updates public api surface export
Signed-off-by: Vincent Biret <[email protected]>
1 parent 0f23798 commit f260e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ namespace Microsoft.OpenApi.Reader.Services
15481548
{
15491549
public class DefaultStreamLoader : Microsoft.OpenApi.Interfaces.IStreamLoader
15501550
{
1551-
public DefaultStreamLoader(System.Uri baseUrl) { }
1551+
public DefaultStreamLoader(System.Uri baseUrl, System.Net.Http.HttpClient httpClient) { }
15521552
public System.Threading.Tasks.Task<System.IO.Stream> LoadAsync(System.Uri uri, System.Threading.CancellationToken cancellationToken = default) { }
15531553
}
15541554
}

0 commit comments

Comments
 (0)