Changeset 752 for DCWoRMS/trunk/src/schedframe/resources/computing
- Timestamp:
- 01/07/13 14:51:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/resources/computing/description/ComputingResourceDescription.java
r512 r752 94 94 } 95 95 96 if 96 if(powerProfileCharacteristic.getPowerStates() != null) { 97 97 powerStates = new ArrayList<PowerState>(); 98 98 int powerStateCount = powerProfileCharacteristic.getPowerStates().getPowerStateCount(); … … 191 191 192 192 193 194 193 /*private Properties initProperties(schemas.Parameter[] parameters){ 195 194 Properties prop = new Properties();
Note: See TracChangeset
for help on using the changeset viewer.