Skip to content

Commit db92ca7

Browse files
committed
(fix) doc
1 parent 278498b commit db92ca7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/cn/leancloud/kafka/consumer/LcKafkaConsumer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public synchronized void subscribe(Collection<String> topics) {
102102
* @param pattern {@link Pattern} to subscribe to.
103103
* @throws IllegalStateException if this {@code LcKafkaConsumer} has closed or subscribed to some topics
104104
* @throws NullPointerException if the input {@code pattern} is null
105-
* @throws IllegalArgumentException if the input {@code pattern} is null
106105
*/
107106
public synchronized void subscribe(Pattern pattern) {
108107
requireNonNull(pattern, "pattern");

0 commit comments

Comments
 (0)