Changeset 1433 for DCWoRMS/branches


Ignore:
Timestamp:
09/15/14 14:04:01 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/load/LoadEstimationPluginFactory.java

    r1423 r1433  
    1515                 
    1616                if(resType.getName().equals(StandardResourceType.Processor.getName())) 
    17                         loadEstimationPlugin = new AppBasedProcessorLoadEstimationPlugin(); 
     17                        loadEstimationPlugin = new ProcessorLoadEstimationPlugin(); 
    1818                else 
    1919                        loadEstimationPlugin = new DefaultLoadEstimationPlugin(); 
Note: See TracChangeset for help on using the changeset viewer.