Ignore:
Timestamp:
10/09/12 13:58:06 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/scheduling/tasks/Task.java

    r481 r490  
    7878                this.brokerSubmitTime = null; 
    7979                this.duration = null; 
    80         //      this.gridletID_ = (getJobId() + "_" + getId()).hashCode(); 
    8180                prepareTopology(); 
    8281        } 
     
    8988                this.brokerSubmitTime = null; 
    9089                this.duration = null; 
    91         //      this.gridletID_ = (getJobId() + getId()).hashCode(); 
    9290                prepareTopology(); 
    9391        } 
Note: See TracChangeset for help on using the changeset viewer.