Ignore:
Timestamp:
01/07/13 14:51:15 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/resources/computing/description/ComputingResourceDescription.java

    r512 r752  
    9494                        } 
    9595                         
    96                         if (powerProfileCharacteristic.getPowerStates() != null) { 
     96                        if(powerProfileCharacteristic.getPowerStates() != null) { 
    9797                                powerStates = new ArrayList<PowerState>(); 
    9898                                int powerStateCount = powerProfileCharacteristic.getPowerStates().getPowerStateCount(); 
     
    191191 
    192192 
    193  
    194193        /*private Properties initProperties(schemas.Parameter[] parameters){ 
    195194                Properties prop = new Properties(); 
Note: See TracChangeset for help on using the changeset viewer.