Skip to content

Commit

Permalink
eclipse-ditto#985 add missing javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch.io>
  • Loading branch information
dguggemos committed Mar 30, 2021
1 parent cc4d81d commit b451b3b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ interface HiveMqttClientFactory<Q, B> {
* be disabled for testing a connection
* @param connectedListener the connected listener passed to the created client
* @param disconnectedListener the disconnected listener passed to the created client
* @param connectionLogger TODO
* @param connectionLogger the connection logger
* @return the new client.
*/
Q newClient(Connection connection, String identifier, boolean allowReconnect,
Expand All @@ -53,7 +53,7 @@ Q newClient(Connection connection, String identifier, boolean allowReconnect,
* be disabled for testing a connection
* @param connectedListener the connected listener passed to the created client
* @param disconnectedListener the disconnected listener passed to the created client
* @param connectionLogger TODO
* @param connectionLogger the connection logger
* @return the new {@link com.hivemq.client.mqtt.mqtt3.Mqtt3ClientBuilder}
*/
B newClientBuilder(Connection connection, String identifier, boolean allowReconnect,
Expand All @@ -66,7 +66,7 @@ B newClientBuilder(Connection connection, String identifier, boolean allowReconn
* @param connection the connection containing the configuration
* @param identifier the identifier of the client
* @param allowReconnect whether client can be configured with automatic reconnect enabled
* @param connectionLogger TODO
* @param connectionLogger the connection logger
* @return the new client.
*/
default Q newClient(final Connection connection, final String identifier, final boolean allowReconnect,
Expand Down

0 comments on commit b451b3b

Please sign in to comment.