Skip to content

Commit ed5fea6

Browse files
kexianjunralf0131
authored andcommitted
correct spelling error (#3645)
1 parent 9598cd0 commit ed5fea6

File tree

1 file changed

+2
-2
lines changed
  • dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/integration

1 file changed

+2
-2
lines changed

dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/integration/RegistryProtocol.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ private <T> ExporterChangeableWrapper<T> doLocalExport(final Invoker<T> originIn
216216
String key = getCacheKey(originInvoker);
217217

218218
return (ExporterChangeableWrapper<T>) bounds.computeIfAbsent(key, s -> {
219-
Invoker<?> invokerDelegete = new InvokerDelegate<>(originInvoker, providerUrl);
220-
return new ExporterChangeableWrapper<>((Exporter<T>) protocol.export(invokerDelegete), originInvoker);
219+
Invoker<?> invokerDelegate = new InvokerDelegate<>(originInvoker, providerUrl);
220+
return new ExporterChangeableWrapper<>((Exporter<T>) protocol.export(invokerDelegate), originInvoker);
221221
});
222222
}
223223

0 commit comments

Comments
 (0)