We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278498b commit db92ca7Copy full SHA for db92ca7
src/main/java/cn/leancloud/kafka/consumer/LcKafkaConsumer.java
@@ -102,7 +102,6 @@ public synchronized void subscribe(Collection<String> topics) {
102
* @param pattern {@link Pattern} to subscribe to.
103
* @throws IllegalStateException if this {@code LcKafkaConsumer} has closed or subscribed to some topics
104
* @throws NullPointerException if the input {@code pattern} is null
105
- * @throws IllegalArgumentException if the input {@code pattern} is null
106
*/
107
public synchronized void subscribe(Pattern pattern) {
108
requireNonNull(pattern, "pattern");
0 commit comments