Fix wrong reference to Cassandra in DockerImageNames#couchbase

See gh-26399
This commit is contained in:
Sach Nguyen 2021-05-07 08:44:51 +09:00 committed by Stephane Nicoll
parent ef9e3bafff
commit afa77b8253
1 changed files with 2 additions and 2 deletions

View File

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