Ignore:
Timestamp:
06/18/14 12:21:39 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 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()){ 
Note: See TracChangeset for help on using the changeset viewer.