Ignore:
Timestamp:
01/07/13 14:52:12 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput/AirThroughputInterfaceFactory.java

    r495 r753  
    33import schedframe.resources.computing.ComputingResource; 
    44import schedframe.resources.computing.profiles.energy.airthroughput.ui.AirThroughputInterface; 
    5 import schedframe.resources.computing.profiles.energy.airthroughput.ui.DefaultAirThroughputInterface; 
     5import schedframe.resources.computing.profiles.energy.airthroughput.ui.ComputingResourceAirThroughputInterface; 
    66 
    77public class AirThroughputInterfaceFactory { 
     
    1010                if(atp == null) 
    1111                        return null; 
    12                 AirThroughputInterface airThroughputInterface = new DefaultAirThroughputInterface(resource, atp); 
     12                AirThroughputInterface airThroughputInterface = new ComputingResourceAirThroughputInterface(resource, atp); 
    1313 
    1414                return airThroughputInterface; 
Note: See TracChangeset for help on using the changeset viewer.