Ignore:
Timestamp:
10/15/12 13:56:04 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r515 r516  
    4545        } 
    4646         
    47         public int placeTasksInQueues(TaskList newTasks, 
     47        public boolean placeTasksInQueues(TaskList newTasks, 
    4848                        TaskQueueList queues,  
    4949                        ResourceManager resourceManager, ModuleList moduleList) { 
     
    5757                } 
    5858                 
    59                 return 0; 
     59                return true; 
    6060        } 
    6161         
Note: See TracChangeset for help on using the changeset viewer.