make CallContext constructor public
This commit is contained in:
parent
a505c03574
commit
4dada05373
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ public class CallContext<Params, Results> {
|
|||
private final FromPointerReader<Params> params;
|
||||
private final FromPointerBuilder<Results> results;
|
||||
|
||||
CallContext(FromPointerReader<Params> params,
|
||||
public CallContext(FromPointerReader<Params> params,
|
||||
FromPointerBuilder<Results> results,
|
||||
CallContextHook hook) {
|
||||
this.hook = hook;
|
||||
|
|
Loading…
Reference in a new issue