- Timestamp:
- 10/01/12 10:05:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/example/localplugin/FCFSEnergyAwareClusterLocalPlugin.java
r477 r478 42 42 43 43 for (int i = 0; i < q.size(); i++) { 44 WorkloadUnit <?>job = q.get(i);44 WorkloadUnit job = q.get(i); 45 45 TaskInterface<?> task = (TaskInterface<?>) job; 46 46 // if status of the tasks in READY
Note: See TracChangeset
for help on using the changeset viewer.