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/DeviceAirflowInterface.java

    r1415 r1423  
    11package schedframe.resources.devices; 
    22 
    3 import java.util.ArrayList; 
    43import java.util.List; 
    54 
     
    5453 
    5554        public List<AirflowState> getSupportedAirflowStates(){ 
    56                 List<AirflowState> airflowStates = new ArrayList<AirflowState>(); 
    57                 for(AirflowState airFlowState: airflowProfile.getAirflowStates()){ 
    58                         airflowStates.add(airFlowState); 
    59                 } 
    60                 return airflowStates; 
     55                return airflowProfile.getAirflowStates(); 
    6156        } 
    6257 
Note: See TracChangeset for help on using the changeset viewer.