Changeset 1445 for DCWoRMS/branches


Ignore:
Timestamp:
09/24/14 10:42:28 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/stats/implementation/DCWormsStatistics.java

    r1434 r1445  
    13131313                Map<Long, Double> history = dynamicStats.getHistory(); 
    13141314                Map<Long, Double> chartData = new TreeMap<Long, Double>(); 
    1315                 for (Long key : history.keySet()) { 
     1315                for (Long key: history.keySet()) { 
    13161316                        chartData.put(key, history.get(key)); 
    13171317                } 
Note: See TracChangeset for help on using the changeset viewer.