Ignore:
Timestamp:
08/01/13 15:09:34 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/power/ui/ComputingNodePowerInterface.java

    r497 r1166  
    2929                ComputingNode computingNode = (ComputingNode) resource; 
    3030                boolean pePowerStateChangeStatus = false; 
    31                 if(computingNode.getProcessors() != null) 
    32                 { 
     31                if(computingNode.getProcessors() != null) { 
    3332                        for(ComputingResource child:computingNode.getProcessors()){ 
    3433                                if(child.getPowerInterface() != null){ 
Note: See TracChangeset for help on using the changeset viewer.