Skip to content

Commit f4070fa

Browse files
committed
Private data added
1 parent ca8788a commit f4070fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/IGLib.Core/Console/Validation/CompositeValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace IGLib
88

99
public sealed class CompositeValidator<T> // : IValidator<T>
1010
{
11-
11+
private readonly IReadOnlyList<IValidator<T>> _validators;
1212

1313
}
1414

0 commit comments

Comments
 (0)