Skip to content

Commit 3241085

Browse files
authored
Fix javadoc
1 parent 0b50a84 commit 3241085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3/MqttConnectOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ public Properties getDebug() {
706706
/**
707707
* Sets the Custom WebSocket Headers for the WebSocket Connection.
708708
*
709-
* @param props The custom WebSocket headers {@link Map<String, String>}
709+
* @param props The custom WebSocket headers
710710
*/
711711

712712
public void setCustomWebSocketHeaders(Map<String, String> props) {

0 commit comments

Comments
 (0)