Merge branch '2.4.x'

Closes gh-26406
This commit is contained in:
Stephane Nicoll 2021-05-07 09:14:46 +02:00
commit b4424605af
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ public final class DockerImageNames {
}
/**
* Return a {@link DockerImageName} suitable for running Cassandra.
* @return a docker image name for running cassandra
* Return a {@link DockerImageName} suitable for running Couchbase.
* @return a docker image name for running couchbase
*/
public static DockerImageName couchbase() {
return DockerImageName.parse("couchbase/server").withTag(COUCHBASE_VERSION);