Skip to content

Commit

Permalink
[ISSUE #222]When onChange is NEW, eventMesh occurred NullPointException
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Feb 20, 2021
1 parent d69f1d9 commit 6cd07ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ private void supplyClientInfoList(List<Client> tmpClientList, List<Client> local
for (Client localClient : localClientList){
if (StringUtils.equals(localClient.url, tmpClient.url)){
isContains = true;
localClient.lastUpTime = tmpClient.lastUpTime;
break;
}
}
Expand Down

0 comments on commit 6cd07ad

Please sign in to comment.