From ad108952c888801d99ee7d9c30fd1635156d3755 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 23 May 2023 09:10:26 +0200 Subject: [PATCH] Fix JavaDoc in ServiceConnection Closes gh-35594 --- .../testcontainers/service/connection/ServiceConnection.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/service/connection/ServiceConnection.java b/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/service/connection/ServiceConnection.java index 0640ce692a..a6827dfd2c 100644 --- a/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/service/connection/ServiceConnection.java +++ b/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/service/connection/ServiceConnection.java @@ -62,7 +62,6 @@ public @interface ServiceConnection { String value() default ""; /** - * The name of the service being connected to. If not specified, the image name will * The name of the service being connected to. Container names are used to determine * the connection details that should be created when a technology-specific * {@link Container} subclass is not available.