Skip to content

Commit b2644a0

Browse files
committed
Fix comment. (#1348)
Closes #1343.
1 parent 8e02981 commit b2644a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/couchbase/cache/CouchbaseCacheConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public CouchbaseCacheConfiguration entryExpiry(final Duration expiry) {
8787
}
8888

8989
/**
90-
* Set the expiry to apply for cache entries. Use {@link Duration#ZERO} to declare an eternal cache.
90+
* Set the collectinName to use.
9191
*
9292
* @param collectionName must not be {@literal null}.
9393
* @return new {@link CouchbaseCacheConfiguration}.

0 commit comments

Comments
 (0)