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