Ignore:
Timestamp:
07/30/14 12:25:00 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/devices/PhysicalResource.java

    r1415 r1423  
    22 
    33import schedframe.Initializable; 
    4 import schedframe.events.Event; 
    54import schedframe.events.EventHandler; 
    65import schedframe.resources.Resource; 
     
    109import schedframe.resources.computing.extensions.Extension; 
    1110import schedframe.resources.computing.extensions.ExtensionList; 
     11import schedframe.resources.computing.extensions.ExtensionListImpl; 
    1212import schedframe.resources.computing.extensions.ExtensionType; 
    1313import schedframe.resources.computing.profiles.energy.EnergyExtension; 
     
    9999         
    100100        public ExtensionList getExtensionList() { 
     101                if(extensionList == null){ 
     102                        return new ExtensionListImpl(0); 
     103                } 
    101104                return extensionList; 
    102105        } 
Note: See TracChangeset for help on using the changeset viewer.