Changeset 1380 for DCWoRMS/branches/coolemall/src/schedframe/resources/devices/DevicePowerInterface.java
- Timestamp:
- 06/18/14 12:21:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/devices/DevicePowerInterface.java
r1317 r1380 44 44 } 45 45 46 public List<PowerState> getSupportedPowerStates() throws NoSuchFieldException{46 public List<PowerState> getSupportedPowerStates(){ 47 47 List<PowerState> powerStates = new ArrayList<PowerState>(); 48 48 for(PowerState powerState: powerProfile.getSupportedPowerStates()){
Note: See TracChangeset
for help on using the changeset viewer.