Fix JavaDoc in ServiceConnection

Closes gh-35594
This commit is contained in:
Moritz Halbritter 2023-05-23 09:10:26 +02:00
parent 9643dbeed2
commit ad108952c8

View File

@ -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.