Skip to content

Commit

Permalink
[openrpc] export openrpc jsonrpcmethod type to let it be referenced b…
Browse files Browse the repository at this point in the history
…y consumers
  • Loading branch information
rmannibucau committed Dec 29, 2023
1 parent 74f7113 commit 79729e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public OpenRPCEndpoint.Impl create(final RuntimeContainer container, final List<
return new Impl(container, methodName, openrpcVersion, info, servers, globalErrors);
}

protected static class Impl implements JsonRpcMethod {
public static class Impl implements JsonRpcMethod {
private volatile CompletableFuture<Map<String, Object>> precomputed;
private final String name;
private final Supplier<CompletableFuture<Map<String, Object>>> factory;
Expand Down

0 comments on commit 79729e8

Please sign in to comment.