Changeset 1423 for DCWoRMS/branches/coolemall/src/schedframe/resources/devices/PhysicalResource.java
- Timestamp:
- 07/30/14 12:25:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/devices/PhysicalResource.java
r1415 r1423 2 2 3 3 import schedframe.Initializable; 4 import schedframe.events.Event;5 4 import schedframe.events.EventHandler; 6 5 import schedframe.resources.Resource; … … 10 9 import schedframe.resources.computing.extensions.Extension; 11 10 import schedframe.resources.computing.extensions.ExtensionList; 11 import schedframe.resources.computing.extensions.ExtensionListImpl; 12 12 import schedframe.resources.computing.extensions.ExtensionType; 13 13 import schedframe.resources.computing.profiles.energy.EnergyExtension; … … 99 99 100 100 public ExtensionList getExtensionList() { 101 if(extensionList == null){ 102 return new ExtensionListImpl(0); 103 } 101 104 return extensionList; 102 105 }
Note: See TracChangeset
for help on using the changeset viewer.