Skip to content

Commit f8c3a9e

Browse files
committed
Fixed javadoc typo
1 parent 87e235e commit f8c3a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/hivemq/client/mqtt/mqtt3/message/subscribe/Mqtt3SubscribeBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ interface Complete<P> extends Publishes.Start<P>, Publishes.Complete<P>,
191191

192192
/**
193193
* Builder for additional arguments alongside the {@link Mqtt3Subscribe} that are applied to a parent {@link
194-
* com.hivemq.client.mqtt.mqtt3.Mqtt3Client Mqtt5Client} <code>subscribePublishes</code> call.
194+
* com.hivemq.client.mqtt.mqtt3.Mqtt3Client Mqtt3Client} <code>subscribePublishes</code> call.
195195
*
196196
* @param <P> the type of the result when the built {@link Mqtt3Subscribe} is applied to the parent.
197197
*/

0 commit comments

Comments
 (0)