Skip to content

Commit

Permalink
Update WebAppStat.java
Browse files Browse the repository at this point in the history
去除多余的注释
  • Loading branch information
hadeslee committed Mar 21, 2014
1 parent 4654859 commit 0a36a5b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ public List<Map<String, Object>> getURIStatDataList() {

public List<Map<String, Object>> getSessionStatDataList() {
List<Map<String, Object>> sessionStatDataList = new ArrayList<Map<String, Object>>(this.sessionStatMap.size());
//去除ConcurrentModificationException的异常
for (WebSessionStat sessionStat : Collections.unmodifiableCollection(this.sessionStatMap.values())) {
Map<String, Object> sessionStatData = sessionStat.getStatData();

Expand Down

0 comments on commit 0a36a5b

Please sign in to comment.