Ignore:
Timestamp:
02/26/13 08:41:50 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/workload/writer/swf/QcgSWFJobWriter.java

    r477 r883  
    1313import org.qcg.broker.schemas.jobdesc.Task; 
    1414import org.qcg.broker.schemas.jobdesc.wrapper.TaskRequirements; 
    15 import org.qcg.broker.schemas.jobdesc.wrapper.impl.TaskRequirementsImpl; 
     15import test.jobschema.DCWoRMSTaskRequirementsImpl; 
    1616 
    1717/** 
     
    3737                String idMapping; 
    3838                String taskId; 
    39                 TaskRequirements taskReqWrapper = new TaskRequirementsImpl(); 
     39                TaskRequirements taskReqWrapper = new DCWoRMSTaskRequirementsImpl(); 
    4040                 
    4141                for(int i = 0; i < job.getTaskCount(); i++){ 
Note: See TracChangeset for help on using the changeset viewer.