Skip to content

Commit

Permalink
Merge pull request alibaba#2039 from lebron374/comment_fix_v1
Browse files Browse the repository at this point in the history
[ISSUE alibaba#1971] Fix ConsumerFilterManager comment error
  • Loading branch information
RongtongJin authored May 26, 2020
2 parents 41ce16b + fae6825 commit ecdeb1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class ConsumerFilterManager extends ConfigManager {
private static final long MS_24_HOUR = 24 * 3600 * 1000;

private ConcurrentMap<String/*Topic*/, FilterDataMapByTopic>
filterDataByTopic = new ConcurrentHashMap<String/*consumer group*/, FilterDataMapByTopic>(256);
filterDataByTopic = new ConcurrentHashMap<String/*Topic*/, FilterDataMapByTopic>(256);

private transient BrokerController brokerController;
private transient BloomFilter bloomFilter;
Expand Down

0 comments on commit ecdeb1b

Please sign in to comment.