Skip to content

Commit 46be5e0

Browse files
committed
Make the set property ApiDescription.ResponseDescription public
1 parent b32ab42 commit 46be5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Web.Http/Description/ApiDescription.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public ApiDescription()
8282
/// <summary>
8383
/// Gets the response description.
8484
/// </summary>
85-
public ResponseDescription ResponseDescription { get; internal set; }
85+
public ResponseDescription ResponseDescription { get; set; }
8686

8787
/// <summary>
8888
/// Gets the ID. The ID is unique within <see cref="HttpServer"/>.

0 commit comments

Comments
 (0)