File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/AspNetCore/WebApi/src/Asp.Versioning.Http/ApiExplorer Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,6 @@ public sealed class EndpointApiVersionMetadataCollationProvider : IApiVersionMet
1515 private readonly IEndpointInspector endpointInspector ;
1616 private int version ;
1717
18- /// <summary>
19- /// Initializes a new instance of the <see cref="EndpointApiVersionMetadataCollationProvider"/> class.
20- /// </summary>
21- /// <param name="endpointDataSource">The underlying <see cref="endpointDataSource">endpoint data source</see>.</param>
22- [ Obsolete ( "Use the constructor that accepts IEndpointInspector. This constructor will be removed in a future version." ) ]
23- public EndpointApiVersionMetadataCollationProvider ( EndpointDataSource endpointDataSource )
24- : this ( endpointDataSource , new DefaultEndpointInspector ( ) ) { }
25-
2618 /// <summary>
2719 /// Initializes a new instance of the <see cref="EndpointApiVersionMetadataCollationProvider"/> class.
2820 /// </summary>
You can’t perform that action at this time.
0 commit comments