From 05c66f80f8709b71ea9f5d16d0626b0c2af81a01 Mon Sep 17 00:00:00 2001 From: Gianluca Finocchiaro Date: Tue, 16 Oct 2018 19:50:36 +0200 Subject: [PATCH] Fix reference to default ClientId prefix in the API documentation. --- src/main/java/cool/mqtt/hooks/MqttBrokerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cool/mqtt/hooks/MqttBrokerConfig.java b/src/main/java/cool/mqtt/hooks/MqttBrokerConfig.java index b46bc69..7362426 100644 --- a/src/main/java/cool/mqtt/hooks/MqttBrokerConfig.java +++ b/src/main/java/cool/mqtt/hooks/MqttBrokerConfig.java @@ -54,7 +54,7 @@ public interface MqttBrokerConfig { * shared connections may exist for the same MQTT broker. * *

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