Skip to content

Commit

Permalink
Issue apache#1722: Fix copy-paste error in ConsumerBuilder javadoc (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankelly authored and merlimat committed Jun 14, 2018
1 parent e104085 commit 31ab19f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ public interface ConsumerBuilder<T> extends Serializable, Cloneable {
* The period is in minute, and default and minimum value is 1 minute.
*
* @param periodInMinutes
* whether to read from the compacted topic
* number of minutes between checks for
* new topics matching pattern set with {@link #topicsPattern(String)}
*/
ConsumerBuilder<T> patternAutoDiscoveryPeriod(int periodInMinutes);

Expand Down

0 comments on commit 31ab19f

Please sign in to comment.