Skip to content

Commit 8bd18c1

Browse files
committed
removed comments
1 parent 6b45c1a commit 8bd18c1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/PolylineAlgorithm.Abstraction.Tests/FakeLoggerFactory.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,11 @@ protected virtual void Dispose(bool disposing) {
2727

2828
}
2929

30-
// TODO: free unmanaged resources (unmanaged objects) and override finalizer
31-
// TODO: set large fields to null
3230
_isDisposed = true;
3331
}
3432
}
3533

3634
public void Dispose() {
37-
// Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
3835
Dispose(disposing: true);
3936
GC.SuppressFinalize(this);
4037
}

0 commit comments

Comments
 (0)