Skip to content

Commit 1149517

Browse files
committed
Fixed build warnings
1 parent e0a34a8 commit 1149517

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FastCache/FastCache.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,9 @@ public void ModifyIfExpired(Func<TValue> newValueFactory, TimeSpan newTtl)
323323

324324
//IDispisable members
325325
private bool _disposedValue;
326+
/// <inheritdoc/>
326327
public void Dispose() => Dispose(true);
328+
/// <inheritdoc/>
327329
protected virtual void Dispose(bool disposing)
328330
{
329331
if (!_disposedValue)

0 commit comments

Comments
 (0)