Skip to content

Commit

Permalink
Fix build after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Nov 15, 2021
1 parent b00969c commit 92a8202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace FASTER.server
/// [K, V, I, O, F, P]
/// </summary>
public abstract class FasterKVProviderBase<Key, Value, Input, Output, Functions, ParameterSerializer> : ISessionProvider
where Functions : IAdvancedFunctions<Key, Value, Input, Output, long>
where Functions : IFunctions<Key, Value, Input, Output, long>
where ParameterSerializer : IServerSerializer<Key, Value, Input, Output>
{
/// <summary>
Expand Down

0 comments on commit 92a8202

Please sign in to comment.