Skip to content

Commit

Permalink
remove duplicate XxxCacheFactory.java (apache#600)
Browse files Browse the repository at this point in the history
XxxCacheFactory.java is duplicate, change XxxCacheFactory.java to XxxCache.java
  • Loading branch information
steveguoshao committed Aug 6, 2020
1 parent f92318e commit 46f0751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh-cn/dev/impls/cache.md
Expand Up @@ -56,7 +56,7 @@ public class XxxCacheFactory implements CacheFactory {
}
```

XxxCacheFactory.java:
XxxCache.java:

```java
package com.xxx;
Expand All @@ -80,4 +80,4 @@ META-INF/dubbo/org.apache.dubbo.cache.CacheFactory:

```properties
xxx=com.xxx.XxxCacheFactory
```
```

0 comments on commit 46f0751

Please sign in to comment.