mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Clarify static extension method class name
This commit is contained in:
@@ -49,7 +49,7 @@ public class LogForgingHandler : IHttpHandler
|
||||
}
|
||||
}
|
||||
|
||||
static class LoggerExtensions
|
||||
static class UserLoggerExtensions
|
||||
{
|
||||
public static void WarnSafe(this ILogger logger, string message)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user