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/FCFS_BFLocalPlugin.java

    r509 r513  
    2828                        // check all tasks in queue 
    2929                        for (int i = 0; i < q.size(); i++) { 
    30                                 WorkloadUnit job = q.get(i); 
    31                                 TaskInterface<?> task = (TaskInterface<?>) job; 
     30                                TaskInterface<?> task = q.get(i); 
    3231                                 
    3332                                // if status of the tasks in READY 
Note: See TracChangeset for help on using the changeset viewer.