Skip to content

Commit d99247c

Browse files
committed
Clarify static extension method class name
1 parent a9eb801 commit d99247c

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/test/query-tests/Security Features/CWE-117

1 file changed

+1
-1
lines changed

csharp/ql/test/query-tests/Security Features/CWE-117/LogForging.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public bool IsReusable
4949
}
5050
}
5151

52-
static class LoggerExtensions
52+
static class UserLoggerExtensions
5353
{
5454
public static void WarnSafe(this ILogger logger, string message)
5555
{

0 commit comments

Comments
 (0)