Skip to content

Commit

Permalink
Merge branch '2.3.x' into 2.4.x
Browse files Browse the repository at this point in the history
Closes gh-26405
  • Loading branch information
snicoll committed May 7, 2021
2 parents efad44b + 22e965f commit 559af27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public static DockerImageName cassandra() {
}

/**
* 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);
Expand Down

0 comments on commit 559af27

Please sign in to comment.