Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Feb 8, 2018
1 parent 6d91c30 commit cdda783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public final Builder validateHeaders(boolean validate) {
* {@link #DEFAULT_INITIAL_BUFFER_SIZE}.
*
* @param value the initial buffer size to use (strictly positive)
* @return
* @return {@code this}
*/
public final Builder initialBufferSize(int value) {
if (value <= 0) {
Expand Down

0 comments on commit cdda783

Please sign in to comment.