mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02:00
Remove redundant implemented interface
Co-authored-by: Michael Nebel <michaelnebel@github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Semmle.Util
|
||||
/// A wrapper around an underlying <see cref="StreamWriter" /> which allows
|
||||
/// <see cref="DiagnosticMessage" /> objects to be serialized to it.
|
||||
/// </summary>
|
||||
public sealed class DiagnosticsStream : IDiagnosticsWriter, IDisposable
|
||||
public sealed class DiagnosticsStream : IDiagnosticsWriter
|
||||
{
|
||||
private readonly JsonSerializer serializer;
|
||||
private readonly StreamWriter writer;
|
||||
|
||||
Reference in New Issue
Block a user