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

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/ResourceController.java

    r490 r512  
    1818        protected static Scheduler scheduler; 
    1919        protected static List<ComputingResource> computingResources; 
    20         protected Deque<Initializable> toInit; 
     20        protected List<Initializable> toInit; 
    2121        protected Set<String> compResLayers; 
    2222         
     
    137137        } 
    138138 
    139         public void setInitList(Deque<Initializable> toI) { 
     139        public void setInitList(List<Initializable> toI) { 
    140140                toInit = toI; 
    141141        } 
    142142 
    143         public Deque<Initializable> getToInit() { 
     143        public List<Initializable> getToInit() { 
    144144                return toInit; 
    145145        } 
Note: See TracChangeset for help on using the changeset viewer.