Ignore:
Timestamp:
11/05/12 16:05:28 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/power/PowerProfile.java

    r512 r546  
    1616        protected EnergyEstimationPlugin energyEstimationPlugin; 
    1717 
    18         protected List<schedframe.resources.computing.profiles.energy.power.PowerState> supportedPowerStates; 
     18        protected List<PowerState> supportedPowerStates; 
    1919        protected Map<String, PState> supportedPStates; 
    2020         
     
    6060        } 
    6161         
    62         public List<schedframe.resources.computing.profiles.energy.power.PowerState> getSupportedPowerStates() throws NoSuchFieldException{ 
     62        public List<PowerState> getSupportedPowerStates() throws NoSuchFieldException{ 
    6363                if(supportedPowerStates == null) 
    6464                        throw new NoSuchFieldException("Supported power states are not defined."); 
Note: See TracChangeset for help on using the changeset viewer.