Skip to content

Commit

Permalink
removed sealed modifier from external search provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinobee committed Nov 13, 2019
1 parent b7d855d commit 21dc3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VatLayerExternalSearchProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace CluedIn.ExternalSearch.Providers.VatLayer
{
/// <summary>The VatLayer graph external search provider.</summary>
/// <seealso cref="ExternalSearchProviderBase" />
public sealed class VatLayerExternalSearchProvider : ExternalSearchProviderBase
public class VatLayerExternalSearchProvider : ExternalSearchProviderBase
{
/**********************************************************************************************************
* CONSTRUCTORS
Expand Down

0 comments on commit 21dc3f6

Please sign in to comment.