File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/System.Web.Http/Results Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ public class OkResult : IHttpActionResult
14
14
{
15
15
private readonly StatusCodeResult . IDependencyProvider _dependencies ;
16
16
17
- /// <summary>Initializes a new instance of the <see cref="NotFoundResult "/> class.</summary>
17
+ /// <summary>Initializes a new instance of the <see cref="OkResult "/> class.</summary>
18
18
/// <param name="request">The request message which led to this result.</param>
19
19
public OkResult ( HttpRequestMessage request )
20
20
: this ( new StatusCodeResult . DirectDependencyProvider ( request ) )
21
21
{
22
22
}
23
23
24
- /// <summary>Initializes a new instance of the <see cref="NotFoundResult "/> class.</summary>
24
+ /// <summary>Initializes a new instance of the <see cref="OkResult "/> class.</summary>
25
25
/// <param name="controller">The controller from which to obtain the dependencies needed for execution.</param>
26
26
public OkResult ( ApiController controller )
27
27
: this ( new StatusCodeResult . ApiControllerDependencyProvider ( controller ) )
You can’t perform that action at this time.
0 commit comments