Skip to content

Commit

Permalink
Adjust javadoc comments
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Guenther <vadim.guenther@bosch.io>
  • Loading branch information
VadimGue committed Nov 24, 2020
1 parent 2f810f8 commit 19239b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import com.typesafe.config.Config;

/**
* Default implementation of {@link org.eclipse.ditto.services.connectivity.messaging.config.MonitoringLoggerConfig}.
* Default implementation of {@link MonitoringLoggerConfig}.
*/
@Immutable
public final class DefaultMonitoringLoggerConfig implements MonitoringLoggerConfig {
Expand All @@ -47,7 +47,7 @@ private DefaultMonitoringLoggerConfig(final ConfigWithFallback config) {
}

/**
* Returns {@link org.eclipse.ditto.services.connectivity.messaging.config.MonitoringLoggerConfig}.
* Returns {@link org.eclipse.ditto.services.connectivity.config.MonitoringLoggerConfig}.
*
* @param config is supposed to provide the settings of the connection config at {@value #CONFIG_PATH}.
* @return the instance.
Expand Down

0 comments on commit 19239b0

Please sign in to comment.