Skip to content

Commit

Permalink
Merge pull request eclipse-vertx#2268 from boliza/fix_javadoc_error
Browse files Browse the repository at this point in the history
fix java doc error in MessageConsumer
  • Loading branch information
tsegismont committed Jan 10, 2018
2 parents bee7a93 + 3ba5bac commit 4d2d6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/vertx/core/eventbus/MessageConsumer.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public interface MessageConsumer<T> extends ReadStream<Message<T>> {

/**
* Set the number of messages this registration will buffer when this stream is paused. The default
* value is <code>0</code>. When a new value is set, buffered messages may be discarded to reach
* value is <code>1000</code>. When a new value is set, buffered messages may be discarded to reach
* the new value.
*
* @param maxBufferedMessages the maximum number of messages that can be buffered
Expand Down

0 comments on commit 4d2d6b0

Please sign in to comment.