- Timestamp:
- 04/23/14 14:35:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/workload/WorkloadLoader.java
r1207 r1357 9 9 import java.util.ArrayList; 10 10 import java.util.Date; 11 import java.util.LinkedHashMap; 11 12 import java.util.List; 12 13 import java.util.Locale; … … 70 71 this.generatedJobsCnt = 0; 71 72 this.generatedTasksCnt = 0; 72 this.jobsMap = new TreeMap<String, JobDescription>();73 this.jobsMap = new LinkedHashMap<String, JobDescription>(); 73 74 this.appProfilesFolder = appProfilesFolder; 74 75 this.applicationProfiles = new TreeMap<String, ApplicationProfileDescription>();
Note: See TracChangeset
for help on using the changeset viewer.