Changeset 1574 for DCWoRMS/branches


Ignore:
Timestamp:
02/04/16 10:18:36 (9 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r1458 r1574  
    404404                saveExecutionHistory(exec, exec.getExecutionProfile().getCompletionPercentage(), phaseDuration); 
    405405                if(exec.getExecutionProfile().isLast()){ 
    406                         scheduler.sendInternal(phaseDuration, DCWormsTags.TASK_EXECUTION_FINISHED, execTask);; 
     406                        scheduler.sendInternal(phaseDuration, DCWormsTags.TASK_EXECUTION_FINISHED, execTask); 
    407407                } else { 
    408408                        scheduler.sendInternal(phaseDuration, DCWormsTags.TASK_EXECUTION_CHANGED, execTask); 
Note: See TracChangeset for help on using the changeset viewer.