Commit afa77b82 authored by Sach Nguyen's avatar Sach Nguyen Committed by Stephane Nicoll

Fix wrong reference to Cassandra in DockerImageNames#couchbase

See gh-26399
parent ef9e3baf
......@@ -50,8 +50,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);
......
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