Commit 22e965fd authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #26399 from nguyensach

* pr/26399:
  Fix wrong reference to Cassandra in DockerImageNames#couchbase

Closes gh-26399
parents ef9e3baf afa77b82
...@@ -50,8 +50,8 @@ public final class DockerImageNames { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment