mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
Update SafeMutex.cs to use correct class name in boilerplate commented out finalizer
This commit is contained in:
committed by
Drew Tingen
parent
be94503e6a
commit
2988912d44
@@ -116,7 +116,7 @@ namespace ICD.Common.Utils
|
|||||||
|
|
||||||
|
|
||||||
// override finalizer only if 'Dispose(bool disposing)' has code to free unmanaged resources
|
// override finalizer only if 'Dispose(bool disposing)' has code to free unmanaged resources
|
||||||
// ~CaMutex()
|
// ~SafeMutex()
|
||||||
// {
|
// {
|
||||||
// // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
|
// // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
|
||||||
// Dispose(disposing: false);
|
// Dispose(disposing: false);
|
||||||
|
|||||||
Reference in New Issue
Block a user