Skip to content

Commit

Permalink
SA1643
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Jun 12, 2020
1 parent c91349e commit 36e9f43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ protected AppenderSkeleton()
this.m_errorHandler = new OnlyOnceErrorHandler(this.GetType().Name);
}

/// <summary>
/// <summary>
/// Finalizes an instance of the <see cref="AppenderSkeleton"/> class.
/// Finalizes this appender by calling the implementation's
/// <see cref="Close"/> method.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,10 @@ protected enum RollPoint
/// </remarks>
public RollingFileAppender()
{
}

/// <summary>
}

/// <summary>
/// Finalizes an instance of the <see cref="RollingFileAppender"/> class.
/// Cleans up all resources used by this appender.
/// </summary>
~RollingFileAppender()
Expand Down

0 comments on commit 36e9f43

Please sign in to comment.