- Timestamp:
- 02/20/14 14:56:39 (11 years ago)
- Location:
- branches/LogResidualEvaluator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LogResidualEvaluator
- Property svn:mergeinfo changed
-
branches/LogResidualEvaluator/HeuristicLab.Clients.Hive/3.3/ServiceClients/Task.cs
r9456 r10483 27 27 public partial class Task : LightweightTask { 28 28 29 public Task() { } 29 public Task() { 30 Priority = 1; 31 } 30 32 31 33 protected Task(Task original, Cloner cloner)
Note: See TracChangeset
for help on using the changeset viewer.