Ignore:
Timestamp:
10/12/12 13:04:31 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r495 r512  
    6666        } 
    6767         
    68         public Map<String, PState> getSupportedPStates() throws NoSuchFieldException { 
     68        public Map<String, PState> getSupportedPStates() { 
    6969                if(supportedPStates == null) 
    70                         throw new NoSuchFieldException("Supported p-states are not defined."); 
     70                        return new HashMap<String, PState>(); 
    7171                return supportedPStates; 
    7272        } 
Note: See TracChangeset for help on using the changeset viewer.