Skip to content

Commit

Permalink
Fix reference to default ClientId prefix in the API documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Oct 16, 2018
1 parent a7e238b commit 05c66f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cool/mqtt/hooks/MqttBrokerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public interface MqttBrokerConfig {
* shared connections may exist for the same MQTT broker.
*
* <p>In case of blank return value (that is, an empty, whitespace or {@code null} string), the
* default ClientId prefix {@code "CLIENT_ID_PREFIX_PLACEHOLDER"} will be used.
* default ClientId prefix {@code "MQTT_Cool"} will be used.
*
* @return the ClientId prefix, or a blank value (as defined above) if the default ClientId prefix
* is accepted
Expand Down

0 comments on commit 05c66f8

Please sign in to comment.