- Timestamp:
- 10/09/12 13:58:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/example/localplugin/BaseLocalSchedulingPlugin.java
r481 r490 10 10 import schedframe.resources.units.ResourceUnit; 11 11 import schedframe.resources.units.ResourceUnitName; 12 import schedframe.scheduling.TaskList Impl;12 import schedframe.scheduling.TaskList; 13 13 import schedframe.scheduling.manager.resources.ResourceManager; 14 14 import schedframe.scheduling.manager.tasks.JobRegistryImpl; … … 45 45 } 46 46 47 public int placeTasksInQueues(TaskList ImplnewTasks,47 public int placeTasksInQueues(TaskList newTasks, 48 48 TaskQueueList queues, 49 49 ResourceManager resourceManager, ModuleList moduleList) {
Note: See TracChangeset
for help on using the changeset viewer.