Ignore:
Timestamp:
10/12/12 15:22:39 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/FCFSRackLocalPlugin.java

    r497 r513  
    3636 
    3737                        for (int i = 0; i < q.size(); i++) { 
    38                                 WorkloadUnit job = q.get(i); 
    39                                 TaskInterface<?> task = (TaskInterface<?>) job; 
     38                                TaskInterface<?> task = q.get(i); 
    4039                                // if status of the tasks in READY 
    4140                                if (task.getStatus() == DCWormsTags.READY) { 
Note: See TracChangeset for help on using the changeset viewer.