Skip to content

Commit 22e965f

Browse files
committed
Merge pull request #26399 from nguyensach
* pr/26399: Fix wrong reference to Cassandra in DockerImageNames#couchbase Closes gh-26399
2 parents ef9e3ba + afa77b8 commit 22e965f

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public static DockerImageName cassandra() {
5050
}
5151

5252
/**
53-
* Return a {@link DockerImageName} suitable for running Cassandra.
54-
* @return a docker image name for running cassandra
53+
* Return a {@link DockerImageName} suitable for running Couchbase.
54+
* @return a docker image name for running couchbase
5555
*/
5656
public static DockerImageName couchbase() {
5757
return DockerImageName.parse("couchbase/server").withTag(COUCHBASE_VERSION);

0 commit comments

Comments
 (0)