Merge branch '2.3.x' into 2.4.x

Closes gh-26405
This commit is contained in:
Stephane Nicoll 2021-05-07 09:14:35 +02:00
commit 559af275a4
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);