Skip to content

Commit

Permalink
removed to modern annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dei79 committed Nov 9, 2023
1 parent bde4814 commit adf690c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace CoreHelpers.WindowsAzure.Storage.Table.Backup.Internal;
internal class TabledExcludeExpressionValidator
{
private List<string> _excludes = new List<string>();
public TabledExcludeExpressionValidator(string[]? excludes)
public TabledExcludeExpressionValidator(string[] excludes)
{
if (excludes != null)
_excludes = excludes.Select(e => e.ToLower()).ToList();
Expand Down

0 comments on commit adf690c

Please sign in to comment.