Ignore:
Timestamp:
06/18/14 12:21:39 (11 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/src/schedframe/resources/devices
Files:
2 edited

Legend:

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

    r1317 r1380  
    5353        } 
    5454 
    55         public List<AirThroughputState> getSupportedAirThroughputStates() throws NoSuchFieldException { 
     55        public List<AirThroughputState> getSupportedAirThroughputStates(){ 
    5656                List<AirThroughputState> airThroughputStates = new ArrayList<AirThroughputState>(); 
    5757                for(AirThroughputState airFlowState: airThroughputProfile.getAirThroughputStates()){ 
  • DCWoRMS/branches/coolemall/src/schedframe/resources/devices/DevicePowerInterface.java

    r1317 r1380  
    4444        } 
    4545 
    46         public List<PowerState> getSupportedPowerStates() throws NoSuchFieldException { 
     46        public List<PowerState> getSupportedPowerStates(){ 
    4747                List<PowerState> powerStates = new ArrayList<PowerState>(); 
    4848                for(PowerState powerState: powerProfile.getSupportedPowerStates()){ 
Note: See TracChangeset for help on using the changeset viewer.