Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Jun 24, 2024
1 parent f14281b commit ff9e14d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<HostInfo> getHostInfo() {
final String applicationServerConfig = this.config.getString(APPLICATION_SERVER_CONFIG);
Expand Down

0 comments on commit ff9e14d

Please sign in to comment.