Skip to content

Commit 60abb6d

Browse files
canglang1973htynkn
authored andcommitted
fix doc typo in CacheFilter.java (apache#5042)
1 parent 7d564e7 commit 60abb6d

File tree

1 file changed

+1
-1
lines changed
  • dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter

1 file changed

+1
-1
lines changed

dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void setCacheFactory(CacheFactory cacheFactory) {
8282

8383
/**
8484
* If cache is configured, dubbo will invoke method on each method call. If cache value is returned by cache store
85-
* then it will return otherwise call the remote method and return value. If remote method's return valeu has error
85+
* then it will return otherwise call the remote method and return value. If remote method's return value has error
8686
* then it will not cache the value.
8787
* @param invoker service
8888
* @param invocation invocation.

0 commit comments

Comments
 (0)