Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. synchronized (topicStatusLock) {
  2. List<TopicGroupInfo> retList = new ArrayList<TopicGroupInfo>();
  3. if (CollectionUtils.isEmpty(topicConsumeDataMap)) {
  4. LOGGER.debug("topicConsumeDataMap is empty, will calculate later!");
  5. // getNotificationTopicInfo();
  6. return retList;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement