Skip to content

Commit 549111a

Browse files
committed
updated Public.approved.txt file to include two methods now being virtual
1 parent a29d442 commit 549111a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,8 @@ namespace Microsoft.OpenApi.Services
979979
protected OpenApiVisitorBase() { }
980980
public Microsoft.OpenApi.Services.CurrentKeys CurrentKeys { get; }
981981
public string PathString { get; }
982-
public void Enter(string segment) { }
983-
public void Exit() { }
982+
public virtual void Enter(string segment) { }
983+
public virtual void Exit() { }
984984
public virtual void Visit(Microsoft.OpenApi.Interfaces.IOpenApiExtensible openApiExtensible) { }
985985
public virtual void Visit(Microsoft.OpenApi.Interfaces.IOpenApiExtension openApiExtension) { }
986986
public virtual void Visit(Microsoft.OpenApi.Interfaces.IOpenApiReferenceable referenceable) { }

0 commit comments

Comments
 (0)