diff --git a/streams-bootstrap-core/src/main/java/com/bakdata/kafka/RunningStreams.java b/streams-bootstrap-core/src/main/java/com/bakdata/kafka/RunningStreams.java index 9d42e639..876ace5d 100644 --- a/streams-bootstrap-core/src/main/java/com/bakdata/kafka/RunningStreams.java +++ b/streams-bootstrap-core/src/main/java/com/bakdata/kafka/RunningStreams.java @@ -57,8 +57,8 @@ public class RunningStreams { /** * Retrieves the host information based on the application server configuration. * - * @return an {@code Optional} containing the {@link HostInfo} if the application server configuration is - * configured; otherwise, an empty {@code Optional}. + * @return an {@code Optional} containing the {@link HostInfo} if the + * {@link StreamsConfig#APPLICATION_SERVER_CONFIG} is set; otherwise, an empty {@code Optional}. */ public Optional getHostInfo() { final String applicationServerConfig = this.config.getString(APPLICATION_SERVER_CONFIG);