Ignore:
Timestamp:
11/28/12 17:00:33 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/article/recs/utils/RecsProcessorPowerInterface.java

    r659 r665  
    105105        } 
    106106         
    107         private PState getLowestPState(){ 
     107        public PState getLowestPState(){ 
    108108                PState lowPState = null; 
    109109                double highestFreq = Double.MIN_VALUE; 
     
    118118        } 
    119119         
    120         private PState getHighestPState(){ 
     120        public PState getHighestPState(){ 
    121121                PState highPState = null; 
    122122                double lowestFreq = Double.MAX_VALUE; 
Note: See TracChangeset for help on using the changeset viewer.