You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2019/09/13 08:05:44 UTC

[dubbo] branch master updated: fix doc typo in CacheFilter.java (#5042)

This is an automated email from the ASF dual-hosted git repository.

hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 60abb6d  fix doc typo in CacheFilter.java (#5042)
60abb6d is described below

commit 60abb6dbae34162556da3bfc1867862458d7981b
Author: leitao <12...@qq.com>
AuthorDate: Fri Sep 13 16:04:59 2019 +0800

    fix doc typo in CacheFilter.java (#5042)
---
 .../src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java b/dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java
index 772a16b..902bf6d 100644
--- a/dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java
+++ b/dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java
@@ -82,7 +82,7 @@ public class CacheFilter implements Filter {
 
     /**
      * If cache is configured, dubbo will invoke method on each method call. If cache value is returned by cache store
-     * then it will return otherwise call the remote method and return value. If remote method's return valeu has error
+     * then it will return otherwise call the remote method and return value. If remote method's return value has error
      * then it will not cache the value.
      * @param invoker    service
      * @param invocation invocation.