Ignore:
Timestamp:
10/01/12 10:05:16 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r477 r478  
    3636 
    3737                        for (int i = 0; i < q.size(); i++) { 
    38                                 WorkloadUnit<?> job = q.get(i); 
     38                                WorkloadUnit job = q.get(i); 
    3939                                TaskInterface<?> task = (TaskInterface<?>) job; 
    4040                                // if status of the tasks in READY 
Note: See TracChangeset for help on using the changeset viewer.