Ignore:
Timestamp:
12/20/12 17:23:35 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsSP.java

    r705 r708  
    2727        } 
    2828         
    29         protected String createQuery(TaskInterface<?> task, ComputingNode node) { 
     29        protected String createExecutivenessQuery(TaskInterface<?> task, ComputingNode node) { 
    3030                Executable exec = (Executable)task; 
    3131                String query = getApplicationType(exec) + "." + getNodeCategory(node); 
Note: See TracChangeset for help on using the changeset viewer.