Changeset 490 for DCWoRMS/trunk/src/schedframe/scheduling/tasks/Task.java
- Timestamp:
- 10/09/12 13:58:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/scheduling/tasks/Task.java
r481 r490 78 78 this.brokerSubmitTime = null; 79 79 this.duration = null; 80 // this.gridletID_ = (getJobId() + "_" + getId()).hashCode();81 80 prepareTopology(); 82 81 } … … 89 88 this.brokerSubmitTime = null; 90 89 this.duration = null; 91 // this.gridletID_ = (getJobId() + getId()).hashCode();92 90 prepareTopology(); 93 91 }
Note: See TracChangeset
for help on using the changeset viewer.