We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40c2f8 commit 55285a1Copy full SHA for 55285a1
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ProviderConfig.java
@@ -405,8 +405,8 @@ public String getDispatcher() {
405
}
406
407
public void setDispatcher(String dispatcher) {
408
- checkExtension(Dispatcher.class, Constants.DISPATCHER_KEY, exchanger);
409
- checkExtension(Dispatcher.class, "dispather", exchanger);
+ checkExtension(Dispatcher.class, Constants.DISPATCHER_KEY, dispatcher);
+ checkExtension(Dispatcher.class, "dispather", dispatcher);
410
this.dispatcher = dispatcher;
411
412
0 commit comments