Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Apr 23, 2024
1 parent 12f6e23 commit f9e5784
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public abstract class Event : IEvent<ITestListener>, IDisposable
public abstract void Send(ITestListener listener);

/// <summary>
/// Not quite sure why this is needed, but the compiler complained.
/// Not quite sure why this is needed, but the compiler complained in the EventPump code if IDisposable was not added here.
/// </summary>
public virtual void Dispose()
{
Expand Down

0 comments on commit f9e5784

Please sign in to comment.