Skip to content

Commit 9f307af

Browse files
committed
read only
1 parent e9de510 commit 9f307af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ByteBard.AsyncAPI.Readers/AsyncApiReaderSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public ICollection<IBindingParser<IBinding>>
5757
{ get; set; } =
5858
new List<IBindingParser<IBinding>>();
5959

60-
public SchemaParserRegistry SchemaParserRegistry { get; set; } = new SchemaParserRegistry();
61-
60+
public SchemaParserRegistry SchemaParserRegistry { get; } = new SchemaParserRegistry();
61+
6262
/// <summary>
6363
/// Rules to use for validating AsyncApi specification. If none are provided a default set of rules are applied.
6464
/// </summary>

0 commit comments

Comments
 (0)