Ignore:
Timestamp:
09/26/14 14:42:25 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/example/globalplugin/GridFCFSRandomPlugin.java

    r1396 r1449  
    5252                 
    5353                for(int i = 0; i < size; i++) { 
    54                         WorkloadUnit job = q.remove(0); 
    55                         TaskInterface<?> task = (TaskInterface<?>)job; 
     54 
     55                        TaskInterface<?> task = q.remove(0); 
    5656                         
    5757                        resourceIdx = rand.nextInt(availableResources.size()); 
Note: See TracChangeset for help on using the changeset viewer.