Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sowu880 committed Oct 22, 2021
1 parent 2ad625c commit b3d6dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Microsoft.Health.Fhir.Anonymizer.Core.Processors
{
public class CustomProcessorFactory :IAnonymizerProcessorFactory
{
public readonly Dictionary<string, Type> CustomProcessors = new Dictionary<string, Type>(StringComparer.OrdinalIgnoreCase) { };
private readonly Dictionary<string, Type> CustomProcessors = new Dictionary<string, Type>(StringComparer.OrdinalIgnoreCase) { };

public IAnonymizerProcessor CreateProcessor(string method, JObject settingObject = null)
{
Expand Down

0 comments on commit b3d6dab

Please sign in to comment.