mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Remove ITrapBuilder in favour of TextWriter.
This commit is contained in:
@@ -191,9 +191,9 @@ namespace Semmle.Extraction.Tests
|
||||
Content = content;
|
||||
}
|
||||
|
||||
public void EmitToTrapBuilder(ITrapBuilder tb)
|
||||
public void EmitToTrapBuilder(TextWriter tb)
|
||||
{
|
||||
tb.Append(Content);
|
||||
tb.Write(Content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user