Skip to content

Commit

Permalink
Update JsonRpcConnection.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Oct 1, 2023
1 parent 688ad0d commit b2728a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Draco.JsonRpc/JsonRpcConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public abstract class JsonRpcConnection<TMessage>
/// <typeparam name="TNotification">The notification attribute type.</typeparam>
/// <param name="handlerMethod">The handler method info.</param>
/// <param name="target">The method invocation target.</param>
public void AddRpcMethod<TRequest, TNotification>(MethodInfo handlerMethod, object? target)
protected void AddRpcMethod<TRequest, TNotification>(MethodInfo handlerMethod, object? target)
where TRequest : Attribute, IJsonRpcMethodHandlerAttribute
where TNotification : Attribute, IJsonRpcMethodHandlerAttribute
{
Expand Down

0 comments on commit b2728a7

Please sign in to comment.