mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
Update SafeMutex.cs to use correct class name in boilerplate commented out finalizer
This commit is contained in:
parent
be94503e6a
commit
2988912d44
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ namespace ICD.Common.Utils
|
|||
|
||||
|
||||
// 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
|
||||
// Dispose(disposing: false);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue