Ignore:
Timestamp:
11/30/12 10:24:53 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/trunk/src/test/article/recs/plugins/scheduling
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsExclusivenessEnOptSP.java

    r679 r680  
    3636import schedframe.scheduling.tasks.TaskInterface; 
    3737import test.article.recs.utils.AppType; 
    38 import test.article.recs.utils.TaskToApp; 
    3938 
    4039public class RecsExclusivenessEnOptSP extends RecsSP { 
     
    4544        private ResourceBundle powBundle; 
    4645        private ResourceBundle timeBundle; 
    47          
    48         private TaskToApp taskToApp = new TaskToApp(); 
    4946         
    5047        public SchedulingPlanInterface<?> schedule(SchedulingEvent event, TaskQueueList queues, JobRegistry jobRegistry, 
  • DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsSP.java

    r679 r680  
    77public abstract class RecsSP extends BaseLocalSchedulingPlugin { 
    88 
    9         private TaskToApp taskToApp = new TaskToApp(); 
     9        protected TaskToApp taskToApp = new TaskToApp(); 
    1010         
    1111        protected void initApplicationType(TaskInterface<?> task){ 
Note: See TracChangeset for help on using the changeset viewer.