Core/Refactor: Part 1
This commit is contained in:
@@ -100,9 +100,9 @@ class FileAppender : Appender, IDisposable
|
||||
}
|
||||
|
||||
#region IDisposable Support
|
||||
private bool disposedValue = false;
|
||||
private bool disposedValue;
|
||||
|
||||
protected virtual void Dispose(bool disposing)
|
||||
private void Dispose(bool disposing)
|
||||
{
|
||||
if (!disposedValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user