Ignore:
Timestamp:
08/01/13 10:32:39 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/scheduling/tasks/Job.java

    r1156 r1159  
    154154                } 
    155155                 
    156                 if(isForAll && baseStatus == BrokerConstants.TASK_STATUS_FINISHED) 
     156                if(isForAll && baseStatus == BrokerConstants.TASK_STATUS_FINISHED){ 
    157157                        return (int)BrokerConstants.JOB_STATUS_FINISHED; 
    158                 else if( baseStatus == BrokerConstants.TASK_STATUS_RUNNING){ 
     158                } else if( baseStatus == BrokerConstants.TASK_STATUS_RUNNING){ 
    159159                        return (int)BrokerConstants.JOB_STATUS_ACTIVE; 
    160160                } else if( baseStatus == BrokerConstants.TASK_STATUS_QUEUED){ 
Note: See TracChangeset for help on using the changeset viewer.