Skip to content

Commit cb97ff6

Browse files
authored
Merge pull request #2004 from lonre/patch-1
Typo in CacheNamespace javadoc comment
2 parents ac246c3 + 78a4576 commit cb97ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/annotations/CacheNamespace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* <b>How to use:</b>
3333
*
3434
* <pre>
35-
* &#064;acheNamespace(implementation = CustomCache.class, properties = {
35+
* &#064;CacheNamespace(implementation = CustomCache.class, properties = {
3636
* &#064;Property(name = "host", value = "${mybatis.cache.host}"),
3737
* &#064;Property(name = "port", value = "${mybatis.cache.port}"),
3838
* &#064;Property(name = "name", value = "usersCache")

0 commit comments

Comments
 (0)