Skip to content

Commit

Permalink
mark DefaultAlgoliaIndexService internal
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd committed Jun 2, 2022
1 parent 5c95361 commit d071f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Implementations/DefaultAlgoliaIndexService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Kentico.Xperience.AlgoliaSearch.Services
/// Default implementation of <see cref="IAlgoliaIndexService"/> which simply calls
/// <see cref="ISearchClient.InitIndex(string)"/>.
/// </summary>
public class DefaultAlgoliaIndexService : IAlgoliaIndexService
internal class DefaultAlgoliaIndexService : IAlgoliaIndexService
{
private readonly ISearchClient searchClient;

Expand Down

0 comments on commit d071f0a

Please sign in to comment.