Ignore:
Timestamp:
04/23/14 14:35:44 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/workload/WorkloadLoader.java

    r1207 r1357  
    99import java.util.ArrayList; 
    1010import java.util.Date; 
     11import java.util.LinkedHashMap; 
    1112import java.util.List; 
    1213import java.util.Locale; 
     
    7071                this.generatedJobsCnt = 0; 
    7172                this.generatedTasksCnt = 0; 
    72                 this.jobsMap = new TreeMap<String, JobDescription>(); 
     73                this.jobsMap = new LinkedHashMap<String, JobDescription>(); 
    7374                this.appProfilesFolder = appProfilesFolder; 
    7475                this.applicationProfiles = new TreeMap<String, ApplicationProfileDescription>(); 
Note: See TracChangeset for help on using the changeset viewer.