Changeset 512 for DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/power/PowerProfile.java
- Timestamp:
- 10/12/12 13:04:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/power/PowerProfile.java
r495 r512 66 66 } 67 67 68 public Map<String, PState> getSupportedPStates() throws NoSuchFieldException{68 public Map<String, PState> getSupportedPStates() { 69 69 if(supportedPStates == null) 70 throw new NoSuchFieldException("Supported p-states are not defined.");70 return new HashMap<String, PState>(); 71 71 return supportedPStates; 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.