C#: Fix a few alerts

This commit is contained in:
Tom Hvitved
2020-07-30 16:03:36 +02:00
parent ddbec50c07
commit e08e7cdf34
5 changed files with 7 additions and 15 deletions

View File

@@ -185,7 +185,7 @@ namespace Semmle.Extraction.Tests
class StringTrapEmitter : ITrapEmitter
{
string Content;
readonly string Content;
public StringTrapEmitter(string content)
{
Content = content;