This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new b5589789be misspelling:refernce->reference (#5420)
b5589789be is described below
commit b5589789be1e147af1a88d80bca63e8d4c7da304
Author: crazyStar <[email protected]>
AuthorDate: Thu Jan 25 16:15:54 2024 +0800
misspelling:refernce->reference (#5420)
---
.../shenyu/plugin/alibaba/dubbo/cache/AlibabaDubboConfigCache.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-rpc/shenyu-plugin-dubbo/shenyu-plugin-alibaba-dubbo/src/main/java/org/apache/shenyu/plugin/alibaba/dubbo/cache/AlibabaDubboConfigCache.java
b/shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-rpc/shenyu-plugin-dubbo/shenyu-plugin-alibaba-dubbo/src/main/java/org/apache/shenyu/plugin/alibaba/dubbo/cache/AlibabaDubboConfigCache.java
index 3ef6c1e68f..191b4c7461 100644
---
a/shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-rpc/shenyu-plugin-dubbo/shenyu-plugin-alibaba-dubbo/src/main/java/org/apache/shenyu/plugin/alibaba/dubbo/cache/AlibabaDubboConfigCache.java
+++
b/shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-rpc/shenyu-plugin-dubbo/shenyu-plugin-alibaba-dubbo/src/main/java/org/apache/shenyu/plugin/alibaba/dubbo/cache/AlibabaDubboConfigCache.java
@@ -193,7 +193,7 @@ public final class AlibabaDubboConfigCache extends
DubboConfigCache {
cache.put(metaData.getPath(), reference);
}
} catch (Exception e) {
- LOG.error("init alibaba dubbo refernce exception", e);
+ LOG.error("init alibaba dubbo reference exception", e);
}
return reference;
}