Skip to content

Commit

Permalink
Fix protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Sep 8, 2024
1 parent 98d03b1 commit 5c24a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/KEFCore.SerDes.Protobuf/ProtobufKEFCoreSerDes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static class ProtobufKEFCoreSerDes
/// <summary>
/// Base class to define key extensions of <see cref="ISerDesSelector{T}"/>, for example <see href="https://masesgroup.github.io/KNet/articles/usageSerDes.html"/>
/// </summary>
public class Key<T> : ISerDesSelector<T> where T : class, IMessage<T>
public class Key<T> : ISerDesSelector<T>
{
/// <summary>
/// Returns a new instance of <see cref="Key{T}"/>
Expand Down

0 comments on commit 5c24a5e

Please sign in to comment.