mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
update sharpcifs
This commit is contained in:
@@ -3,9 +3,9 @@ using System.Collections.Generic;
|
||||
namespace SharpCifs.Util.Sharpen
|
||||
{
|
||||
internal interface IConcurrentMap<T, TU> : IDictionary<T, TU>
|
||||
{
|
||||
TU PutIfAbsent(T key, TU value);
|
||||
bool Remove(object key, object value);
|
||||
bool Replace(T key, TU oldValue, TU newValue);
|
||||
}
|
||||
{
|
||||
TU PutIfAbsent (T key, TU value);
|
||||
bool Remove (object key, object value);
|
||||
bool Replace (T key, TU oldValue, TU newValue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user