We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86dd988 commit b5fca6fCopy full SHA for b5fca6f
1 file changed
dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/RpcServiceContext.java
@@ -625,7 +625,7 @@ public void setNeedPrintRouterSnapshot(boolean needPrintRouterSnapshot) {
625
this.needPrintRouterSnapshot = needPrintRouterSnapshot;
626
}
627
628
- public RpcServiceContext setLocalInvoke(boolean localInvoke) {
+ public RpcServiceContext setLocalInvoke(Boolean localInvoke) {
629
this.localInvoke = localInvoke;
630
return this;
631
0 commit comments