Skip to content

Commit f59a929

Browse files
author
Chris Martinez
committed
Describe should be virtual
1 parent 5e19626 commit f59a929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common.OData.ApiExplorer/AspNet.OData/Builder/DefaultODataQueryOptionDescriptionProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class DefaultODataQueryOptionDescriptionProvider : IODataQueryOptionDescr
2121
const char Space = ' ';
2222

2323
/// <inheritdoc />
24-
public string Describe( AllowedQueryOptions queryOption, ODataQueryOptionDescriptionContext context )
24+
public virtual string Describe( AllowedQueryOptions queryOption, ODataQueryOptionDescriptionContext context )
2525
{
2626
Arg.NotNull( context, nameof( context ) );
2727

0 commit comments

Comments
 (0)