Changeset 1430 for DCWoRMS/branches


Ignore:
Timestamp:
09/15/14 12:37:07 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/scheduling/policy/local/LocalManagementSystem.java

    r1427 r1430  
    730730                execHistoryItem.setCompletionPercentage(completionPercentage); 
    731731                execHistoryItem.setEstimatedDuration(estimatedDuration); 
    732                 execHistoryItem.setResIndex(exec.getAllocatedResources().size() -1); 
     732                execHistoryItem.setResIndex(exec.getAllocatedResources().size() - 1); 
    733733                execHistoryItem.setStatus(exec.getStatus()); 
    734734                exec.addExecHistory(execHistoryItem); 
Note: See TracChangeset for help on using the changeset viewer.